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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 酊?P | 11100111110000100011111101010000 | e7c23f50 |
EUC-JP | 酊?P | 11101110110001000011111101010000 | eec43f50 |
UTF-8 | 酊턺P | 11101001100001011000101011101101100001001011101001010000 | e9858aed84ba50 |
UHC | 酊턺P | 1110111111111000110001011101000101010000 | eff8c5d150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)