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 | ??WSB | 0011111100111111010101110101001101000010 | 3f3f575342 |
SJIS-WIN | ツ涌WSB | 110000101001011101001111010101110101001101000010 | c2974f575342 |
EUC-JP | ツ涌WSB | 10001110110000101100110110110000010101110101001101000010 | 8ec2cdb0575342 |
UTF-8 | ツ涌WSB | 111011111011111010000010111001101011011010001100010101110101001101000010 | efbe82e6b68c575342 |
UHC | ?涌WSB | 001111111110100110111111010101110101001101000010 | 3fe9bf575342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)