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 | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
SJIS-WIN | 籖n籖nB | 11100010110111010110111011100010110111010110111001000010 | e2dd6ee2dd6e42 |
EUC-JP | 籖n籖nB | 11100100110111110110111011100100110111110110111001000010 | e4df6ee4df6e42 |
UTF-8 | 籖n籖nB | 111001111011000110010110011011101110011110110001100101100110111001000010 | e7b1966ee7b1966e42 |
UHC | ?n?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)