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 | 驫帷ィイ縺 | 1110100110001010100110111110011110101000101100101110001110000001 | e98a9be7a8b2e381 |
EUC-JP | 驫帷ィイ縺 | 11110001111010101101011011101001100011101010100010001110101100101110010111100001 | f1ead6e98ea88eb2e5e1 |
UTF-8 | 驫帷ィイ縺 | 111010011010100110101011111001011011100010110111111011111011110110101000111011111011110110110010111001111011100010111010 | e9a9abe5b8b7efbda8efbdb2e7b8ba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)