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 | òãP[òãP[^ | 111100101110001101010000010110111111001011100011010100000101101101011110 | f2e3505bf2e3505b5e |
SJIS-WIN | ??P[??P[^ | 001111110011111101010000010110110011111100111111010100000101101101011110 | 3f3f505b3f3f505b5e |
EUC-JP | òãP[òãP[^ | 1000111110101011110100101000111110101011101010100101000001011011100011111010101111010010100011111010101110101010010100000101101101011110 | 8fabd28fabaa505b8fabd28fabaa505b5e |
UTF-8 | òãP[òãP[^ | 11000011101100101100001110100011010100000101101111000011101100101100001110100011010100000101101101011110 | c3b2c3a3505bc3b2c3a3505b5e |
UHC | ??P[??P[^ | 001111110011111101010000010110110011111100111111010100000101101101011110 | 3f3f505b3f3f505b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)