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 | 盛燿 | 10010000101101111110000010100000 | 90b7e0a0 |
EUC-JP | 盛燿 | 11000000101110011110000010100010 | c0b9e0a2 |
UTF-8 | 盛燿 | 111001111001101110011011111001111000011110111111 | e79b9be787bf |
UHC | 盛燿 | 11100000111111001110100011111100 | e0fce8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)