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 | ??Q | 001111110011111101010001 | 3f3f51 |
SJIS-WIN | ツ短Q | 11000010100100100101101001010001 | c2925a51 |
EUC-JP | ツ短Q | 1000111011000010110000111011101101010001 | 8ec2c3bb51 |
UTF-8 | ツ短Q | 11101111101111101000001011100111100111111010110101010001 | efbe82e79fad51 |
UHC | ?短Q | 00111111110100111010110101010001 | 3fd3ad51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)