To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
| Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
|---|---|---|---|
| ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 邂情瞳薰ャ | 111001111010111010001111111011101001001110110101111110111001111010101100 | e7ae8fee93b5fb9eac |
| EUC-JP | 邂情瞳?ャ | 111011101011000010111110111100001100011010110111001111111000111010101100 | eeb0bef0c6b73f8eac |
| UTF-8 | 邂情瞳薰ャ | 111010011000001010000010111001101000001110000101111001111001111010110011111010001001011010110000111011111011110110101100 | e98282e68385e79eb3e896b0efbdac |
| UHC | 邂情瞳薰? | 111110101011001111101111110101111101010011011010111111011011100100111111 | fab3efd7d4dafdb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)