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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 底?底?^ | 10010010111010100011111110010010111010100011111101011110 | 92ea3f92ea3f5e |
EUC-JP | 底?底?^ | 11000100111011000011111111000100111011000011111101011110 | c4ec3fc4ec3f5e |
UTF-8 | 底왼底외^ | 11100101101110101001010111101100100110011011110011100101101110101001010111101100100110011011100001011110 | e5ba95ec99bce5ba95ec99b85e |
UHC | 底왼底외^ | 111011101011110010111111110111101110111010111100101111111101110001011110 | eebcbfdeeebcbfdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)