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 | 題?雍?二 | 1001000111101000001111111110100010110100001111111001001111110001 | 91e83fe8b43f93f1 |
EUC-JP | 題?雍?二 | 1100001011101010001111111111000010110110001111111100011011110011 | c2ea3ff0b63fc6f3 |
UTF-8 | 題렖雍렏二 | 111010011010000110001100111010111010000010010110111010011001101110001101111010111010000010001111111001001011101010001100 | e9a18ceba096e99b8deba08fe4ba8c |
UHC | 題렖雍렏二 | 11110000101110011000111010101011111010001011110010001110101001011110110010100011 | f0b98eabe8bc8ea5eca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)