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^ | 1000000101011110100000010110110001011110 | 815e816c5e |
SJIS-WIN | ?^?l^ | 0011111101011110001111110110110001011110 | 3f5e3f6c5e |
EUC-JP | ?^?l^ | 0011111101011110001111110110110001011110 | 3f5e3f6c5e |
UTF-8 | ^l^ | 11000010100000010101111011000010100000010110110001011110 | c2815ec2816c5e |
UHC | ?^?l^ | 0011111101011110001111110110110001011110 | 3f5e3f6c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)