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 | 10001010011110100110111010001010011110100110111001000010 | 8a7a6e8a7a6e42 |
EUC-JP | 額n額nB | 10110011110110110110111010110011110110110110111001000010 | b3db6eb3db6e42 |
UTF-8 | 額n額nB | 111010011010000110001101011011101110100110100001100011010110111001000010 | e9a18d6ee9a18d6e42 |
UHC | 額n額nB | 11100100111111100110111011100100111111100110111001000010 | e4fe6ee4fe6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)