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 | 10010100110010100100100101000010 | 94ca4942 |
EUC-JP | 般IB | 11001000110011000100100101000010 | c8cc4942 |
UTF-8 | 般IB | 1110100010001000101011000100100101000010 | e888ac4942 |
UHC | 般IB | 11011010111101010100100101000010 | daf54942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)