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 | 10011101100010100110111010011101100010100110111001000010 | 9d8a6e9d8a6e42 |
EUC-JP | 搖n搖nB | 11011001111010100110111011011001111010100110111001000010 | d9ea6ed9ea6e42 |
UTF-8 | 搖n搖nB | 111001101001000010010110011011101110011010010000100101100110111001000010 | e690966ee690966e42 |
UHC | 搖n搖nB | 11101000111101000110111011101000111101000110111001000010 | e8f46ee8f46e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)