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 | 掖??掖??^ | 100111010111010000111111001111111001110101110100001111110011111101011110 | 9d743f3f9d743f3f5e |
EUC-JP | 掖??掖??^ | 110110011101010100111111001111111101100111010101001111110011111101011110 | d9d53f3fd9d53f3f5e |
UTF-8 | 掖볝럩掖볝럧^ | 11100110100011101001011011101011101100111001110111101011100111111010100111100110100011101001011011101011101100111001110111101011100111111010011101011110 | e68e96ebb39deb9fa9e68e96ebb39deb9fa75e |
UHC | 掖볝럩掖볝럧^ | 11100100111110101001001111100011100011101000110011100100111110101001001111100011100011101000101001011110 | e4fa93e38e8ce4fa93e38e8a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)