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 | XA | 10011101010110001000000101000001 | 9d588141 |
SJIS-WIN | ?X?A | 00111111010110000011111101000001 | 3f583f41 |
EUC-JP | ?X?A | 00111111010110000011111101000001 | 3f583f41 |
UTF-8 | XA | 110000101001110101011000110000101000000101000001 | c29d58c28141 |
UHC | ?X?A | 00111111010110000011111101000001 | 3f583f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)