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 | 10010101100101110011111101000010 | 95973f42 |
EUC-JP | 風?B | 11001001111101110011111101000010 | c9f73f42 |
UTF-8 | 風렏B | 11101001101000101010100011101011101000001000111101000010 | e9a2a8eba08f42 |
UHC | 風렏B | 1111100110100110100011101010010101000010 | f9a68ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)