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 | àqàî | 11100000011100011110000011101110 | e071e0ee |
SJIS-WIN | ?q?? | 00111111011100010011111100111111 | 3f713f3f |
EUC-JP | àqàî | 10001111101010111010001001110001100011111010101110100010100011111010101111000010 | 8faba2718faba28fabc2 |
UTF-8 | àqàî | 11000011101000000111000111000011101000001100001110101110 | c3a071c3a0c3ae |
UHC | ?q?? | 00111111011100010011111100111111 | 3f713f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)