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 | ëÃnëÃnB | 11101011110000110110111011101011110000110110111001000010 | ebc36eebc36e42 |
SJIS-WIN | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
EUC-JP | ëÃnëÃnB | 100011111010101110110011100011111010101010101010011011101000111110101011101100111000111110101010101010100110111001000010 | 8fabb38faaaa6e8fabb38faaaa6e42 |
UTF-8 | ëÃnëÃnB | 1100001110101011110000111000001101101110110000111010101111000011100000110110111001000010 | c3abc3836ec3abc3836e42 |
UHC | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)