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 | l^ | 10000001011011001000000101011110 | 816c815e |
SJIS-WIN | ?l?^ | 00111111011011000011111101011110 | 3f6c3f5e |
EUC-JP | ?l?^ | 00111111011011000011111101011110 | 3f6c3f5e |
UTF-8 | l^ | 110000101000000101101100110000101000000101011110 | c2816cc2815e |
UHC | ?l?^ | 00111111011011000011111101011110 | 3f6c3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)