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 | ??P?? | 0011111100111111010100000011111100111111 | 3f3f503f3f |
SJIS-WIN | テサPツ殖 | 110000111011101101010000110000101001000001000010 | c3bb50c29042 |
EUC-JP | テサPツ殖 | 100011101100001110001110101110110101000010001110110000101011111110100011 | 8ec38ebb508ec2bfa3 |
UTF-8 | テサPツ殖 | 11101111101111101000001111101111101111011011101101010000111011111011111010000010111001101010111010010110 | efbe83efbdbb50efbe82e6ae96 |
UHC | ??P?殖 | 001111110011111101010000001111111110001111010110 | 3f3f503fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)