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 | ??y | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | ツ塑y | 11000010100100010101100101111001 | c2915979 |
EUC-JP | ツ塑y | 1000111011000010110000011011101001111001 | 8ec2c1ba79 |
UTF-8 | ツ塑y | 11101111101111101000001011100101101000011001000101111001 | efbe82e5a19179 |
UHC | ?塑y | 00111111111000011011000101111001 | 3fe1b179 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)