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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 嶸麗坎K | 11111010101101001001011111101101100110101010101001001011 | fab497ed9aaa4b |
EUC-JP | 嶸麗坎K | 1000111110111011111101001100111011101111110101001010110001001011 | 8fbbf4ceefd4ac4b |
UTF-8 | 嶸麗坎K | 11100101101101101011100011101001101110101001011111100101100111011000111001001011 | e5b6b8e9ba97e59d8e4b |
UHC | 嶸麗坎K | 11100111101011101101010111110010110010101110110001001011 | e7aed5f2caec4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)