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 | 顏ェ貅・蟋 | 1110100011111000101010101110011010111010101001011110010110100111 | e8f8aae6baa5e5a7 |
EUC-JP | 顏ェ貅・蟋 | 11110000111110101000111010101010111011001011110010001110101001011110101010101001 | f0fa8eaaecbc8ea5eaa9 |
UTF-8 | 顏ェ貅・蟋 | 111010011010000110001111111011111011110110101010111010001011001010000101111011111011110110100101111010001001111110001011 | e9a18fefbdaae8b285efbda5e89f8b |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)