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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 冐瑚碍丼 | 1110001111101100100011001110100010001010010101101001100010100101 | e3ec8ce88a5698a5 |
| EUC-JP | 冐瑚碍丼 | 1110011011101110101110001110101010110011101101111101000010100111 | e6eeb8eab3b7d0a7 |
| UTF-8 | 冐瑚碍丼 | 111001011000011010010000111001111001000110011010111001111010001010001101111001001011100010111100 | e58690e7919ae7a28de4b8bc |
| UHC | ?瑚碍? | 001111111111101111010001111001001111010000111111 | 3ffbd1e4f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)