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 | îèäÔϼ | 111011101110100011100100110101001100111110111100 | eee8e4d4cfbc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | îèäÔÏ? | 10001111101010111100001010001111101010111011001010001111101010111010001110001111101010101101010010001111101010101100000100111111 | 8fabc28fabb28faba38faad48faac13f |
UTF-8 | îèäÔϼ | 110000111010111011000011101010001100001110100100110000111001010011000011100011111100001010111100 | c3aec3a8c3a4c394c38fc2bc |
UHC | ?????¼ | 00111111001111110011111100111111001111111010100011111001 | 3f3f3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)