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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 誾擔 | 11111011101001111001110101011110 | fba79d5e |
EUC-JP | 誾擔 | 1000111111011110101001001101100110111111 | 8fdea4d9bf |
UTF-8 | 誾擔 | 111010001010101010111110111001101001001110010100 | e8aabee69394 |
UHC | 誾擔 | 11101011110111011101001110111101 | ebddd3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)