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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 莨亥胸nB | 1110010010111100100010001110010110001011101110010110111001000010 | e4bc88e58bb96e42 |
EUC-JP | 莨亥胸nB | 1110100010111110101100001110011110110110101110110110111001000010 | e8beb0e7b6bb6e42 |
UTF-8 | 莨亥胸nB | 1110100010001110101010001110010010111010101001011110100010000011101110000110111001000010 | e88ea8e4baa5e883b86e42 |
UHC | ?亥胸nB | 00111111111110101010010011111101110110000110111001000010 | 3ffaa4fdd86e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)