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 | 縒峪續^ | 11100011011100101001101110111001111000111001010001011110 | e3729bb9e3945e |
EUC-JP | 縒峪續^ | 11100101110100111101011010111011111001011111010001011110 | e5d3d6bbe5f45e |
UTF-8 | 縒峪續^ | 11100111101110001001001011100101101100111010101011100111101110101000110001011110 | e7b892e5b3aae7ba8c5e |
UHC | ??續^ | 0011111100111111111000011101100101011110 | 3f3fe1d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)