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 | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | セ、篠セャ宍V | 101111101010010010001110110000101011111010101100100011101011001101010110 | bea48ec2beac8eb356 |
EUC-JP | セ、篠セャ宍V | 10001110101111101000111010100100101111001100010010001110101111101000111010101100101111001011010101010110 | 8ebe8ea4bcc48ebe8eacbcb556 |
UTF-8 | セ、篠セャ宍V | 11101111101111011011111011101111101111011010010011100111101011111010000011101111101111011011111011101111101111011010110011100101101011101000110101010110 | efbdbeefbda4e7afa0efbdbeefbdace5ae8d56 |
UHC | ??篠???V | 0011111100111111111000011100011000111111001111110011111101010110 | 3f3fe1c63f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)