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ÖÛh | 110101101101101101101000110101101101101101101000 | d6db68d6db68 |
SJIS-WIN | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
EUC-JP | ÖÛhÖÛh | 1000111110101010110100111000111110101010111001010110100010001111101010101101001110001111101010101110010101101000 | 8faad38faae5688faad38faae568 |
UTF-8 | ÖÛhÖÛh | 11000011100101101100001110011011011010001100001110010110110000111001101101101000 | c396c39b68c396c39b68 |
UHC | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)