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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 倜? | 10001111101100011101010100111111 | 8fb1d53f |
UTF-8 | 倜섹 | 111001011000000010011100111011001000010010111001 | e5809cec84b9 |
UHC | 倜섹 | 11110100101001101011110010111101 | f4a6bcbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)