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 | 111000001100011111110000101111011110000011000111111100001011010001000010 | e0c7f0bde0c7f0b442 |
EUC-JP | 猊?猊?B | 11100000110010010011111111100000110010010011111101000010 | e0c93fe0c93f42 |
UTF-8 | 猊猊B | 11100111100011001000101011101110100000011011110011100111100011001000101011101110100000011011001101000010 | e78c8aee81bce78c8aee81b342 |
UHC | 猊?猊?B | 11100111110110010011111111100111110110010011111101000010 | e7d93fe7d93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)