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 | 厓??鵝??^ | 111110101000110100111111001111111110101001000000001111110011111101011110 | fa8d3f3fea403f3f5e |
EUC-JP | 厓??鵝??^ | 10001111101101001100011100111111001111111111001110100001001111110011111101011110 | 8fb4c73f3ff3a13f3f5e |
UTF-8 | 厓⑵퀕鵝녷뿈^ | 11100101100011101001001111100010100100011011010111101101100000001001010111101001101101011001110111101011100001011011011111101011101111111000100001011110 | e58e93e291b5ed8095e9b59deb85b7ebbf885e |
UHC | 厓⑵퀕鵝녷뿈^ | 11100100111011011010100111101000101100111000101011100100101111011000011011100110100101111000111101011110 | e4eda9e8b38ae4bd86e6978f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)