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 | ??????Z | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
SJIS-WIN | セャ篠セャ謝Z | 101111101010110010001110110000101011111010101100100011101101001101011010 | beac8ec2beac8ed35a |
EUC-JP | セャ篠セャ謝Z | 10001110101111101000111010101100101111001100010010001110101111101000111010101100101111001101010101011010 | 8ebe8eacbcc48ebe8eacbcd55a |
UTF-8 | セャ篠セャ謝Z | 11101111101111011011111011101111101111011010110011100111101011111010000011101111101111011011111011101111101111011010110011101000101011001001110101011010 | efbdbeefbdace7afa0efbdbeefbdace8ac9d5a |
UHC | ??篠??謝Z | 001111110011111111100001110001100011111100111111110111101111001101011010 | 3f3fe1c63f3fdef35a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)