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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陝セ閠カ蟠 | 1110100010011111101111101110100010000000101101101110010110110100 | e89fbee880b6e5b4 |
EUC-JP | 陝セ閠カ蟠 | 11110000101000011000111010111110111011111110000010001110101101101110101010110110 | f0a18ebeefe08eb6eab6 |
UTF-8 | 陝セ閠カ蟠 | 111010011001100110011101111011111011110110111110111010011001011010100000111011111011110110110110111010001001111110100000 | e9999defbdbee996a0efbdb6e89fa0 |
UHC | 陝???蟠 | 11100000111011010011111100111111001111111101101011110110 | e0ed3f3f3fdaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)