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 | 舒葷 | 10011000101011101110010011010110 | 98aee4d6 |
EUC-JP | 舒葷 | 11010000101100001110100011011000 | d0b0e8d8 |
UTF-8 | 舒葷 | 111010001000100010010010111010001001000110110111 | e88892e891b7 |
UHC | 舒? | 111000001010001000111111 | e0a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)