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 | 11100010111010000110111011100010111010000110111001000010 | e2e86ee2e86e42 |
EUC-JP | 粨n粨nB | 11100100111010100110111011100100111010100110111001000010 | e4ea6ee4ea6e42 |
UTF-8 | 粨n粨nB | 111001111011001010101000011011101110011110110010101010000110111001000010 | e7b2a86ee7b2a86e42 |
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)