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 | ??????{ | 00111111001111110011111100111111001111110011111101111011 | 3f3f3f3f3f3f7b |
SJIS-WIN | ?コ?ッ?ッ{ | 00111111101110100011111110101111001111111010111101111011 | 3fba3faf3faf7b |
EUC-JP | ?コ?ッ?ッ{ | 00111111100011101011101000111111100011101010111100111111100011101010111101111011 | 3f8eba3f8eaf3f8eaf7b |
UTF-8 | 䵸コ䵸ッ䵸ッ{ | 11100100101101011011100011101111101111011011101011100100101101011011100011101111101111011010111111100100101101011011100011101111101111011010111101111011 | e4b5b8efbdbae4b5b8efbdafe4b5b8efbdaf7b |
UHC | ??????{ | 00111111001111110011111100111111001111110011111101111011 | 3f3f3f3f3f3f7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)