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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 殃?殃?B | 10011111011010010011111110011111011010010011111101000010 | 9f693f9f693f42 |
EUC-JP | 殃?殃?B | 11011101110010100011111111011101110010100011111101000010 | ddca3fddca3f42 |
UTF-8 | 殃뾇殃뾇B | 11100110101011101000001111101011101111101000011111100110101011101000001111101011101111101000011101000010 | e6ae83ebbe87e6ae83ebbe8742 |
UHC | 殃뾇殃뾇B | 111001001110101010010111010001011110010011101010100101110100010101000010 | e4ea9745e4ea974542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)