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 | ??A | 001111110011111101000001 | 3f3f41 |
SJIS-WIN | ツ端A | 11000010100100100101101101000001 | c2925b41 |
EUC-JP | ツ端A | 1000111011000010110000111011110001000001 | 8ec2c3bc41 |
UTF-8 | ツ端A | 11101111101111101000001011100111101010111010111101000001 | efbe82e7abaf41 |
UHC | ?端A | 00111111110100111010111001000001 | 3fd3ae41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)