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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 舒猩星 | 100110001010111011100000110011011001000010101111 | 98aee0cd90af |
EUC-JP | 舒猩星 | 110100001011000011100000110011111100000010110001 | d0b0e0cfc0b1 |
UTF-8 | 舒猩星 | 111010001000100010010010111001111000110010101001111001101001100010011111 | e88892e78ca9e6989f |
UHC | 舒猩星 | 111000001010001011100000111110101110000011111000 | e0a2e0fae0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)