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 | 00111111101010100101101101000001001111111010101001000001 | 3faa5b413faa41 |
EUC-JP | ?ェ[A?ェA | 001111111000111010101010010110110100000100111111100011101010101001000001 | 3f8eaa5b413f8eaa41 |
UTF-8 | 䵸ェ[A䵸ェA | 111001001011010110111000111011111011110110101010010110110100000111100100101101011011100011101111101111011010101001000001 | e4b5b8efbdaa5b41e4b5b8efbdaa41 |
UHC | ??[A??A | 00111111001111110101101101000001001111110011111101000001 | 3f3f5b413f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)