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 | 達贈 | 10010010010000101001000110100001 | 924291a1 |
EUC-JP | 達贈 | 11000011101000111100001010100011 | c3a3c2a3 |
UTF-8 | 達贈 | 111010011000000110010100111010001011010010001000 | e98194e8b488 |
UHC | 達贈 | 11010011101110011111000111111100 | d3b9f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)