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 | 豫? | 100110001010110000111111 | 98ac3f |
EUC-JP | 豫? | 110100001010111000111111 | d0ae3f |
UTF-8 | 豫╊ | 111010001011000110101011111000101001010110001010 | e8b1abe2958a |
UHC | 豫╊ | 11100111111000111010011011100100 | e7e3a6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)