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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 冶?????^ | 1001011011101000001111110011111100111111001111110011111101011110 | 96e83f3f3f3f3f5e |
EUC-JP | 冶??洧??^ | 11001100111010100011111100111111100011111100011110110100001111110011111101011110 | ccea3f3f8fc7b43f3f5e |
UTF-8 | 冶싲땀洧띕쎔^ | 11100101100001101011011011101100100010111011001011101011100101011000000011100110101101001010011111101011100111011001010111101100100011101001010001011110 | e586b6ec8bb2eb9580e6b4a7eb9d95ec8e945e |
UHC | 冶싲땀洧띕쎔^ | 11100101101001111001101011101011101101101010000111101010111110111011011011101011100110111011101101011110 | e5a79aebb6a1eafbb6eb9bbb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)