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 | 11010011110000110110111011010011110000110110111001000010 | d3c36ed3c36e42 |
SJIS-WIN | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
EUC-JP | ÓÃnÓÃnB | 100011111010101011010001100011111010101010101010011011101000111110101010110100011000111110101010101010100110111001000010 | 8faad18faaaa6e8faad18faaaa6e42 |
UTF-8 | ÓÃnÓÃnB | 1100001110010011110000111000001101101110110000111001001111000011100000110110111001000010 | c393c3836ec393c3836e42 |
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)