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 | 彫?雍?轅 | 1001001010100100001111111110100010110100001111111110011101110110 | 92a43fe8b43fe776 |
EUC-JP | 彫?雍?轅 | 1100010010100110001111111111000010110110001111111110110111010111 | c4a63ff0b63fedd7 |
UTF-8 | 彫렣雍렏轅 | 111001011011110110101011111010111010000010100011111010011001101110001101111010111010000010001111111010001011110110000101 | e5bdabeba0a3e99b8deba08fe8bd85 |
UHC | 彫렣雍렏轅 | 11110000110000011000111010110100111010001011110010001110101001011110101010111111 | f0c18eb4e8bc8ea5eabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)