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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 瞽莓ΞB | 11100001110110101110010010010110100000111010110001000010 | e1dae49683ac42 |
EUC-JP | 瞽莓ΞB | 11100010110111001110011111110110101001101010111001000010 | e2dce7f6a6ae42 |
UTF-8 | 瞽莓ΞB | 111001111001111010111101111010001000111010010011110011101001111001000010 | e79ebde88e93ce9e42 |
UHC | ??ΞB | 0011111100111111101001011100111001000010 | 3f3fa5ce42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)