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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 褻泌弍^ | 11100101111101101001010011100101100110001010111101011110 | e5f694e598af5e |
EUC-JP | 褻泌弍^ | 11101010111110001100100011100111110100001011000101011110 | eaf8c8e7d0b15e |
UTF-8 | 褻泌弍^ | 11101000101001001011101111100110101100111000110011100101101111001000110101011110 | e8a4bbe6b38ce5bc8d5e |
UHC | 褻泌?^ | 111000001110000111111001101100100011111101011110 | e0e1f9b23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)