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??Q | 001111110011111101010001001111110011111101010001 | 3f3f513f3f51 |
SJIS-WIN | ツ涌Qツ咤Q | 1100001010010111010011110101000111000010100110100100001001010001 | c2974f51c29a4251 |
EUC-JP | ツ涌Qツ咤Q | 10001110110000101100110110110000010100011000111011000010110100111010001101010001 | 8ec2cdb0518ec2d3a351 |
UTF-8 | ツ涌Qツ咤Q | 1110111110111110100000101110011010110110100011000101000111101111101111101000001011100101100100101010010001010001 | efbe82e6b68c51efbe82e592a451 |
UHC | ?涌Q?咤Q | 0011111111101001101111110101000100111111111101101110001101010001 | 3fe9bf513ff6e351 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)