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 | ?IB | 001111110100100101000010 | 3f4942 |
SJIS-WIN | 北IB | 10010110011010110100100101000010 | 966b4942 |
EUC-JP | 北IB | 11001011110011000100100101000010 | cbcc4942 |
UTF-8 | 北IB | 1110010110001100100101110100100101000010 | e58c974942 |
UHC | 北IB | 11011101110000010100100101000010 | ddc14942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)