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 | 操? | 100100011000000000111111 | 91803f |
EUC-JP | 操? | 110000011110000000111111 | c1e03f |
UTF-8 | 操선 | 111001101001001110001101111011001000010010100000 | e6938dec84a0 |
UHC | 操선 | 11110000110000111011110010110001 | f0c3bcb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)