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 | èGS | 111010000100011110000001100011111000111101010011 | e847818f8f53 |
SJIS-WIN | ?G???S | 001111110100011100111111001111110011111101010011 | 3f473f3f3f53 |
EUC-JP | èG???S | 1000111110101011101100100100011100111111001111110011111101010011 | 8fabb2473f3f3f53 |
UTF-8 | èGS | 11000011101010000100011111000010100000011100001010001111110000101000111101010011 | c3a847c281c28fc28f53 |
UHC | ?G???S | 001111110100011100111111001111110011111101010011 | 3f473f3f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)