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 | Ah] | 10010010010000010110100001011101 | 9241685d |
SJIS-WIN | ?Ah] | 00111111010000010110100001011101 | 3f41685d |
EUC-JP | ?Ah] | 00111111010000010110100001011101 | 3f41685d |
UTF-8 | Ah] | 1100001010010010010000010110100001011101 | c29241685d |
UHC | ?Ah] | 00111111010000010110100001011101 | 3f41685d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)