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 | ??^}B | 0011111100111111010111100111110101000010 | 3f3f5e7d42 |
SJIS-WIN | 将ェ^}B | 100011111010101110101010010111100111110101000010 | 8fabaa5e7d42 |
EUC-JP | 将ェ^}B | 10111110101011011000111010101010010111100111110101000010 | bead8eaa5e7d42 |
UTF-8 | 将ェ^}B | 111001011011000010000110111011111011110110101010010111100111110101000010 | e5b086efbdaa5e7d42 |
UHC | ??^}B | 0011111100111111010111100111110101000010 | 3f3f5e7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)