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 | 10001010100000110011111101000010 | 8a833f42 |
EUC-JP | 潟奭B | 101100111110001110001111101110001111111001000010 | b3e38fb8fe42 |
UTF-8 | 潟奭B | 11100110101111011001111111100101101001011010110101000010 | e6bd9fe5a5ad42 |
UHC | 潟奭B | 1110000010110011111000001010101101000010 | e0b3e0ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)