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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ツ涌ツ咫^ | 11000010100101110100111111000010100110100100000001011110 | c2974fc29a405e |
EUC-JP | ツ涌ツ咫^ | 100011101100001011001101101100001000111011000010110100111010000101011110 | 8ec2cdb08ec2d3a15e |
UTF-8 | ツ涌ツ咫^ | 11101111101111101000001011100110101101101000110011101111101111101000001011100101100100101010101101011110 | efbe82e6b68cefbe82e592ab5e |
UHC | ?涌?咫^ | 00111111111010011011111100111111111100101010000101011110 | 3fe9bf3ff2a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)