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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | ヨョヒ。@h | 110101101010111011001011101000010100000001101000 | d6aecba14068 |
EUC-JP | ヨョヒ。@h | 10001110110101101000111010101110100011101100101110001110101000010100000001101000 | 8ed68eae8ecb8ea14068 |
UTF-8 | ヨョヒ。@h | 1110111110111110100101101110111110111101101011101110111110111110100010111110111110111101101000010100000001101000 | efbe96efbdaeefbe8befbda14068 |
UHC | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)