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 | ??AX??B\ | 0011111100111111010000010101100000111111001111110100001001011100 | 3f3f41583f3f425c |
SJIS-WIN | 嶸ェAX嶸ェB\ | 11111010101101001010101001000001010110001111101010110100101010100100001001011100 | fab4aa4158fab4aa425c |
EUC-JP | 嶸ェAX嶸ェB\ | 1000111110111011111101001000111010101010010000010101100010001111101110111111010010001110101010100100001001011100 | 8fbbf48eaa41588fbbf48eaa425c |
UTF-8 | 嶸ェAX嶸ェB\ | 11100101101101101011100011101111101111011010101001000001010110001110010110110110101110001110111110111101101010100100001001011100 | e5b6b8efbdaa4158e5b6b8efbdaa425c |
UHC | 嶸?AX嶸?B\ | 11100111101011100011111101000001010110001110011110101110001111110100001001011100 | e7ae3f4158e7ae3f425c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)