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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????〃 | 0011111100111111001111110011111100111111001111111000000101010110 | 3f3f3f3f3f3f8156 |
EUC-JP | ??????〃 | 0011111100111111001111110011111100111111001111111010000110110111 | 3f3f3f3f3f3fa1b7 |
UTF-8 | 玲곎낅룈令⑸〃 | 111011111010011010101101111010101011001110001110111010111000001010000101111010111010001110001000111011111010011010101000111000101001000110111000111000111000000010000011 | efa6adeab38eeb8285eba388efa6a8e291b8e38083 |
UHC | 玲곎낅룈令⑸〃 | 1110011110111111100000011101000110000101111010111000111110000111111001111010100110101001111010111010000110101000 | e7bf81d185eb8f87e7a9a9eba1a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)