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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?昔^ | 00111111100100001100110001011110 | 3f90cc5e |
EUC-JP | 饍昔^ | 100011111110100011101101110000001100111001011110 | 8fe8edc0ce5e |
UTF-8 | 饍昔^ | 11101001101001011000110111100110100110001001010001011110 | e9a58de698945e |
UHC | 饍昔^ | 1110000011010111111000001010111001011110 | e0d7e0ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)