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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銹???舍 | 11100111111101100011111100111111001111111110010001110001 | e7f63f3f3fe471 |
EUC-JP | 銹???舍 | 11101110111110000011111100111111001111111110011111010010 | eef83f3f3fe7d2 |
UTF-8 | 銹뤒뷜헤舍 | 111010011000101010111001111010111010010010010010111010111011011110011100111011011001011110100100111010001000100010001101 | e98ab9eba492ebb79ced97a4e8888d |
UHC | 銹뤒뷜헤舍 | 11100010110010001000111111000010101110101110001011000111111011001101111011101100 | e2c88fc2bae2c7ecdeec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)