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[ÂC[^ | 110000101000111101000011010110111100001010001111010000110101101101011110 | c28f435bc28f435b5e |
SJIS-WIN | ??C[??C[^ | 001111110011111101000011010110110011111100111111010000110101101101011110 | 3f3f435b3f3f435b5e |
EUC-JP | Â?C[Â?C[^ | 10001111101010101010010000111111010000110101101110001111101010101010010000111111010000110101101101011110 | 8faaa43f435b8faaa43f435b5e |
UTF-8 | ÂC[ÂC[^ | 11000011100000101100001010001111010000110101101111000011100000101100001010001111010000110101101101011110 | c382c28f435bc382c28f435b5e |
UHC | ??C[??C[^ | 001111110011111101000011010110110011111100111111010000110101101101011110 | 3f3f435b3f3f435b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)