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 | 10011100010101110110111010011100010101110110111001000010 | 9c576e9c576e42 |
EUC-JP | 弩n弩nB | 11010111101110000110111011010111101110000110111001000010 | d7b86ed7b86e42 |
UTF-8 | 弩n弩nB | 111001011011110010101001011011101110010110111100101010010110111001000010 | e5bca96ee5bca96e42 |
UHC | 弩n弩nB | 11010010110000000110111011010010110000000110111001000010 | d2c06ed2c06e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)