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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 映ц?B | 100010010110011010000100100010000011111101000010 | 896684883f42 |
EUC-JP | 映ц?B | 101100011100011110100111111010000011111101000010 | b1c7a7e83f42 |
UTF-8 | 映ц킃B | 111001101001100010100000110100011000011011101101100000101000001101000010 | e698a0d186ed828342 |
UHC | 映ц킃B | 11100111101100011010110011101000101101001000111101000010 | e7b1ace8b48f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)