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 | 髫ェ貅・蟋 | 1110100110011010101010101110011010111010101001011110010110100111 | e99aaae6baa5e5a7 |
EUC-JP | 髫ェ貅・蟋 | 11110001111110101000111010101010111011001011110010001110101001011110101010101001 | f1fa8eaaecbc8ea5eaa9 |
UTF-8 | 髫ェ貅・蟋 | 111010011010101110101011111011111011110110101010111010001011001010000101111011111011110110100101111010001001111110001011 | e9ababefbdaae8b285efbda5e89f8b |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)