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 | 舒旬 | 10011000101011101000111101111011 | 98ae8f7b |
EUC-JP | 舒旬 | 11010000101100001011110111011100 | d0b0bddc |
UTF-8 | 舒旬 | 111010001000100010010010111001101001011110101100 | e88892e697ac |
UHC | 舒旬 | 11100000101000101110001011100010 | e0a2e2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)