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 | ???E^ | 0011111100111111001111110100010101011110 | 3f3f3f455e |
SJIS-WIN | 訝??E^ | 111001100110001000111111001111110100010101011110 | e6623f3f455e |
EUC-JP | 訝??E^ | 111010111100001100111111001111110100010101011110 | ebc33f3f455e |
UTF-8 | 訝덌푳E^ | 1110100010101000100111011110101110001101100011001110110110010001101100110100010101011110 | e8a89deb8d8ced91b3455e |
UHC | 訝덌푳E^ | 1110010010111000100010001110111110111110100000010100010101011110 | e4b888efbe81455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)