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 | 11111010101110010110111011111010101110010110111001000010 | fab96efab96e42 |
EUC-JP | 彧n彧nB | 100011111011110011111110011011101000111110111100111111100110111001000010 | 8fbcfe6e8fbcfe6e42 |
UTF-8 | 彧n彧nB | 111001011011110110100111011011101110010110111101101001110110111001000010 | e5bda76ee5bda76e42 |
UHC | 彧n彧nB | 11101001111011100110111011101001111011100110111001000010 | e9ee6ee9ee6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)