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 | AL | 10011001010000011001000101001100 | 9941914c |
SJIS-WIN | ?A?L | 00111111010000010011111101001100 | 3f413f4c |
EUC-JP | ?A?L | 00111111010000010011111101001100 | 3f413f4c |
UTF-8 | AL | 110000101001100101000001110000101001000101001100 | c29941c2914c |
UHC | ?A?L | 00111111010000010011111101001100 | 3f413f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)