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 | 蠢? | 111001011011111100111111 | e5bf3f |
EUC-JP | 蠢? | 111010101100000100111111 | eac13f |
UTF-8 | 蠢렋 | 111010001010000010100010111010111010000010001011 | e8a0a2eba08b |
UHC | 蠢렋 | 11110001111000111000111010100010 | f1e38ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)