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 | 域? | 100010001110011000111111 | 88e63f |
EUC-JP | 域? | 101100001110100000111111 | b0e83f |
UTF-8 | 域묉 | 111001011001111110011111111010111010110010001001 | e59f9febac89 |
UHC | 域묉 | 11100110101101001001000111100110 | e6b491e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)