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 | 00111111001111110101101101000001001111110011111101000001 | 3f3f5b413f3f41 |
SJIS-WIN | 嶸ェ[A嶸ェA | 111110101011010010101010010110110100000111111010101101001010101001000001 | fab4aa5b41fab4aa41 |
EUC-JP | 嶸ェ[A嶸ェA | 10001111101110111111010010001110101010100101101101000001100011111011101111110100100011101010101001000001 | 8fbbf48eaa5b418fbbf48eaa41 |
UTF-8 | 嶸ェ[A嶸ェA | 111001011011011010111000111011111011110110101010010110110100000111100101101101101011100011101111101111011010101001000001 | e5b6b8efbdaa5b41e5b6b8efbdaa41 |
UHC | 嶸?[A嶸?A | 111001111010111000111111010110110100000111100111101011100011111101000001 | e7ae3f5b41e7ae3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)