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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 巍?轅 | 1001101111011001001111111110011101110110 | 9bd93fe776 |
EUC-JP | 巍?轅 | 1101011011011011001111111110110111010111 | d6db3fedd7 |
UTF-8 | 巍렡轅 | 111001011011011110001101111010111010000010100001111010001011110110000101 | e5b78deba0a1e8bd85 |
UHC | 巍렡轅 | 111010001110010010001110101100101110101010111111 | e8e48eb2eabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)