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 | ??^]H | 0011111100111111010111100101110101001000 | 3f3f5e5d48 |
SJIS-WIN | 将ェ^]H | 100011111010101110101010010111100101110101001000 | 8fabaa5e5d48 |
EUC-JP | 将ェ^]H | 10111110101011011000111010101010010111100101110101001000 | bead8eaa5e5d48 |
UTF-8 | 将ェ^]H | 111001011011000010000110111011111011110110101010010111100101110101001000 | e5b086efbdaa5e5d48 |
UHC | ??^]H | 0011111100111111010111100101110101001000 | 3f3f5e5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)