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 | 送郁 | 10010001100101111000100011101000 | 919788e8 |
EUC-JP | 送郁 | 11000001111101111011000011101010 | c1f7b0ea |
UTF-8 | 送郁 | 111010011000000010000001111010011000001110000001 | e98081e98381 |
UHC | 送郁 | 11100001111010101110100111110100 | e1eae9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)