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 | ??BW??B | 00111111001111110100001001010111001111110011111101000010 | 3f3f42573f3f42 |
SJIS-WIN | 嶸ウBW嶸ウB | 111110101011010010110011010000100101011111111010101101001011001101000010 | fab4b34257fab4b342 |
EUC-JP | 嶸ウBW嶸ウB | 10001111101110111111010010001110101100110100001001010111100011111011101111110100100011101011001101000010 | 8fbbf48eb342578fbbf48eb342 |
UTF-8 | 嶸ウBW嶸ウB | 111001011011011010111000111011111011110110110011010000100101011111100101101101101011100011101111101111011011001101000010 | e5b6b8efbdb34257e5b6b8efbdb342 |
UHC | 嶸?BW嶸?B | 111001111010111000111111010000100101011111100111101011100011111101000010 | e7ae3f4257e7ae3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)