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 | ?坎?? | 0011111110011010101010100011111100111111 | 3f9aaa3f3f |
| EUC-JP | ?坎?? | 0011111111010100101011000011111100111111 | 3fd4ac3f3f |
| UTF-8 | 뤗坎몫툗 | 111010111010010010010111111001011001110110001110111010111010101010101011111011011000100010010111 | eba497e59d8eebaaabed8897 |
| UHC | 뤗坎몫툗 | 1000111111000111110010101110110010111000111100101011100010001110 | 8fc7caecb8f2b88e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)