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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鰊鶩 | 11101001110101111110101001001110 | e9d7ea4e |
EUC-JP | 鰊鶩 | 11110010110110011111001110101111 | f2d9f3af |
UTF-8 | 鰊鶩 | 111010011011000010001010111010011011011010101001 | e9b08ae9b6a9 |
UHC | ?鶩 | 001111111101100111010000 | 3fd9d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)