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 | 11100110110111111011110101101000 | e6dfbd68 |
SJIS-WIN | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
EUC-JP | æß?h | 1000111110101001110000011000111110101001110011100011111101101000 | 8fa9c18fa9ce3f68 |
UTF-8 | æß½h | 11000011101001101100001110011111110000101011110101101000 | c3a6c39fc2bd68 |
UHC | æß½h | 10101001101000011010100110101100101010001111011001101000 | a9a1a9aca8f668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)