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 | ðH | 10011001111100001001001101001000 | 99f09348 |
SJIS-WIN | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
EUC-JP | ?ð?H | 001111111000111110101001110000110011111101001000 | 3f8fa9c33f48 |
UTF-8 | ðH | 11000010100110011100001110110000110000101001001101001000 | c299c3b0c29348 |
UHC | ?ð?H | 0011111110101001101000110011111101001000 | 3fa9a33f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)