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 | èGP | 111010000100011110000001100011111000111101010000 | e847818f8f50 |
SJIS-WIN | ?G???P | 001111110100011100111111001111110011111101010000 | 3f473f3f3f50 |
EUC-JP | èG???P | 1000111110101011101100100100011100111111001111110011111101010000 | 8fabb2473f3f3f50 |
UTF-8 | èGP | 11000011101010000100011111000010100000011100001010001111110000101000111101010000 | c3a847c281c28fc28f50 |
UHC | ?G???P | 001111110100011100111111001111110011111101010000 | 3f473f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)