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 | ??^}G | 0011111100111111010111100111110101000111 | 3f3f5e7d47 |
SJIS-WIN | 将ェ^}G | 100011111010101110101010010111100111110101000111 | 8fabaa5e7d47 |
EUC-JP | 将ェ^}G | 10111110101011011000111010101010010111100111110101000111 | bead8eaa5e7d47 |
UTF-8 | 将ェ^}G | 111001011011000010000110111011111011110110101010010111100111110101000111 | e5b086efbdaa5e7d47 |
UHC | ??^}G | 0011111100111111010111100111110101000111 | 3f3f5e7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)