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 | 11100110100110101011100101000010 | e69ab942 |
EUC-JP | 證ケB | 1110101111111010100011101011100101000010 | ebfa8eb942 |
UTF-8 | 證ケB | 11101000101011011000100111101111101111011011100101000010 | e8ad89efbdb942 |
UHC | 證?B | 11110001111110110011111101000010 | f1fb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)