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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 之?B | 10010100010101100011111101000010 | 94563f42 |
EUC-JP | 之?B | 11000111101101110011111101000010 | c7b73f42 |
UTF-8 | 之렠B | 11100100101110011000101111101011101000001010000001000010 | e4b98beba0a042 |
UHC | 之렠B | 1111000111111101100011101011000101000010 | f1fd8eb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)