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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | ?坎頸?孰?^ | 00111111100110101010101011101000111100100011111110011011011110000011111101011110 | 3f9aaae8f23f9b783f5e |
| EUC-JP | ?坎頸?孰?^ | 00111111110101001010110011110000111101000011111111010101110110010011111101011110 | 3fd4acf0f43fd5d93f5e |
| UTF-8 | 뤶坎頸끗孰롐^ | 11101011101001001011011011100101100111011000111011101001101000001011100011101011100000011001011111100101101011011011000011101011101000011001000001011110 | eba4b6e59d8ee9a0b8eb8197e5adb0eba1905e |
| UHC | 뤶坎頸끗孰롐^ | 10001111111001001100101011101100110011001111001010110010111111011110001011010101100011101101011001011110 | 8fe4caecccf2b2fde2d58ed65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)