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~ | 00111111001111110101000101111110 | 3f3f517e |
SJIS-WIN | ツ涌Q~ | 1100001010010111010011110101000101111110 | c2974f517e |
EUC-JP | ツ涌Q~ | 100011101100001011001101101100000101000101111110 | 8ec2cdb0517e |
UTF-8 | ツ涌Q~ | 1110111110111110100000101110011010110110100011000101000101111110 | efbe82e6b68c517e |
UHC | ?涌Q~ | 0011111111101001101111110101000101111110 | 3fe9bf517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)