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 | 悌星 | 10010010111011101001000010101111 | 92ee90af |
EUC-JP | 悌星 | 11000100111100001100000010110001 | c4f0c0b1 |
UTF-8 | 悌星 | 111001101000001010001100111001101001100010011111 | e6828ce6989f |
UHC | 悌星 | 11110000101010101110000011111000 | f0aae0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)