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 | 11010010110000000110111011010010110000000110111001000010 | d2c06ed2c06e42 |
SJIS-WIN | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
EUC-JP | ÒÀnÒÀnB | 100011111010101011010010100011111010101010100010011011101000111110101010110100101000111110101010101000100110111001000010 | 8faad28faaa26e8faad28faaa26e42 |
UTF-8 | ÒÀnÒÀnB | 1100001110010010110000111000000001101110110000111001001011000011100000000110111001000010 | c392c3806ec392c3806e42 |
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)