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 | 10001110101111110011111101000010 | 8ebf3f42 |
EUC-JP | 質?B | 10111100110000010011111101000010 | bcc13f42 |
UTF-8 | 質섞B | 11101000101100111010101011101100100001001001111001000010 | e8b3aaec849e42 |
UHC | 質섞B | 1111001011110101101111001010111101000010 | f2f5bcaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)