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 | ??ß??^ | 001111110011111111011111001111110011111101011110 | 3f3fdf3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ??ß??^ | 0011111100111111100011111010100111001110001111110011111101011110 | 3f3f8fa9ce3f3f5e |
UTF-8 | 룴컦ß룶句^ | 111010111010001110110100111011001011101110100110110000111001111111101011101000111011011011101111101001001000011001011110 | eba3b4ecbba6c39feba3b6efa4865e |
UHC | 룴컦ß룶句^ | 1000111110101001101100001000111110101001101011001000111110101011110011111111101101011110 | 8fa9b08fa9ac8fabcffb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)