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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 穩ц?F | 111000100111001010000100100010000011111101000110 | e27284883f46 |
EUC-JP | 穩ц?F | 111000111101001110100111111010000011111101000110 | e3d3a7e83f46 |
UTF-8 | 穩ц괵F | 111001111010100110101001110100011000011011101010101101001011010101000110 | e7a9a9d186eab4b546 |
UHC | 穩ц괵F | 11101000101100011010110011101000101100011010110001000110 | e8b1ace8b1ac46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)