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 | 001111110011111101100010 | 3f3f62 |
SJIS-WIN | 将ョb | 10001111101010111010111001100010 | 8fabae62 |
EUC-JP | 将ョb | 1011111010101101100011101010111001100010 | bead8eae62 |
UTF-8 | 将ョb | 11100101101100001000011011101111101111011010111001100010 | e5b086efbdae62 |
UHC | ??b | 001111110011111101100010 | 3f3f62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)