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 | 琮???順 | 11111011011010100011111100111111001111111000111110000111 | fb6a3f3f3f8f87 |
EUC-JP | 琮?雩?順 | 10001111110011001011001000111111100011111110011011111010001111111011110111100111 | 8fccb23f8fe6fa3fbde7 |
UTF-8 | 琮렩雩렮順 | 111001111001000010101110111010111010000010101001111010011001101110101001111010111010000010101110111010011010000010000110 | e790aeeba0a9e99ba9eba0aee9a086 |
UHC | 琮렩雩렮順 | 11110000111110011000111010110111111010011110110010001110101110111110001011110111 | f0f98eb7e9ec8ebbe2f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)