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 | ??A|??A|B | 001111110011111101000001011111000011111100111111010000010111110001000010 | 3f3f417c3f3f417c42 |
SJIS-WIN | 嶸ェA|嶸ェA|B | 1111101010110100101010100100000101111100111110101011010010101010010000010111110001000010 | fab4aa417cfab4aa417c42 |
EUC-JP | 嶸ェA|嶸ェA|B | 100011111011101111110100100011101010101001000001011111001000111110111011111101001000111010101010010000010111110001000010 | 8fbbf48eaa417c8fbbf48eaa417c42 |
UTF-8 | 嶸ェA|嶸ェA|B | 1110010110110110101110001110111110111101101010100100000101111100111001011011011010111000111011111011110110101010010000010111110001000010 | e5b6b8efbdaa417ce5b6b8efbdaa417c42 |
UHC | 嶸?A|嶸?A|B | 1110011110101110001111110100000101111100111001111010111000111111010000010111110001000010 | e7ae3f417ce7ae3f417c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)