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 | 1111101101100101111110110110010101000010 | fb65fb6542 |
EUC-JP | 琇琇B | 10001111110011001010010110001111110011001010010101000010 | 8fcca58fcca542 |
UTF-8 | 琇琇B | 11100111100100001000011111100111100100001000011101000010 | e79087e7908742 |
UHC | 琇琇B | 1110001010101111111000101010111101000010 | e2afe2af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)