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 | àc[àcQ^ | 111000000110001110010111010110111110000001100011100010100101000101011110 | e063975be0638a515e |
SJIS-WIN | ?c?[?c?Q^ | 001111110110001100111111010110110011111101100011001111110101000101011110 | 3f633f5b3f633f515e |
EUC-JP | àc?[àc?Q^ | 10001111101010111010001001100011001111110101101110001111101010111010001001100011001111110101000101011110 | 8faba2633f5b8faba2633f515e |
UTF-8 | àc[àcQ^ | 11000011101000000110001111000010100101110101101111000011101000000110001111000010100010100101000101011110 | c3a063c2975bc3a063c28a515e |
UHC | ?c?[?c?Q^ | 001111110110001100111111010110110011111101100011001111110101000101011110 | 3f633f5b3f633f515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)