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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 脂拔餘??? | 100011101000100110011101010101011110100101010000001111110011111100111111 | 8e899d55e9503f3f3f |
EUC-JP | 脂拔餘??? | 101110111110100111011001101101101111000110110001001111110011111100111111 | bbe9d9b6f1b13f3f3f |
UTF-8 | 脂拔餘뤋퀚퀯 | 111010001000010010000010111001101000101110010100111010011010010010011000111010111010010010001011111011011000000010011010111011011000000010101111 | e88482e68b94e9a498eba48bed809aed80af |
UHC | 脂拔餘뤋퀚퀯 | 111100101011011111011010111110111110011010101110100011111011101110110011100011101011010001000010 | f2b7dafbe6ae8fbbb38eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)