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 | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 鱈鱈n鱈鱈nB | 1001001001001100100100100100110001101110100100100100110010010010010011000110111001000010 | 924c924c6e924c924c6e42 |
EUC-JP | 鱈鱈n鱈鱈nB | 1100001110101101110000111010110101101110110000111010110111000011101011010110111001000010 | c3adc3ad6ec3adc3ad6e42 |
UTF-8 | 鱈鱈n鱈鱈nB | 111010011011000110001000111010011011000110001000011011101110100110110001100010001110100110110001100010000110111001000010 | e9b188e9b1886ee9b188e9b1886e42 |
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)