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 | ?o | 0011111101101111 | 3f6f |
SJIS-WIN | 辰o | 100100100100001101101111 | 92436f |
EUC-JP | 辰o | 110000111010010001101111 | c3a46f |
UTF-8 | 辰o | 11101000101111101011000001101111 | e8beb06f |
UHC | 辰o | 111100101110001101101111 | f2e36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)