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 | ?nB | 001111110110111001000010 | 3f6e42 |
SJIS-WIN | 船nB | 10010001010001000110111001000010 | 91446e42 |
EUC-JP | 船nB | 11000001101001010110111001000010 | c1a56e42 |
UTF-8 | 船nB | 1110100010001000101110010110111001000010 | e888b96e42 |
UHC | 船nB | 11100000110011110110111001000010 | e0cf6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)