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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 側蔵B | 1001000110100100100100011010000001000010 | 91a491a042 |
EUC-JP | 側蔵B | 1100001010100110110000101010001001000010 | c2a6c2a242 |
UTF-8 | 側蔵B | 11100101100000011011010011101000100101001011010101000010 | e581b4e894b542 |
UHC | 側?B | 11110110101100000011111101000010 | f6b03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)