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 | ??Oh? | 0011111100111111010011110110100000111111 | 3f3f4f683f |
SJIS-WIN | ??Oh? | 0011111100111111010011110110100000111111 | 3f3f4f683f |
EUC-JP | ??Oh? | 0011111100111111010011110110100000111111 | 3f3f4f683f |
UTF-8 | 룵句Oh룵 | 1110101110100011101101011110111110100100100001100100111101101000111010111010001110110101 | eba3b5efa4864f68eba3b5 |
UHC | 룵句Oh룵 | 1000111110101010110011111111101101001111011010001000111110101010 | 8faacffb4f688faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)