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Ó¹A | 111100101110001101010000110100111011100101000001 | f2e350d3b941 |
SJIS-WIN | ??P??A | 001111110011111101010000001111110011111101000001 | 3f3f503f3f41 |
EUC-JP | òãPÓ?A | 100011111010101111010010100011111010101110101010010100001000111110101010110100010011111101000001 | 8fabd28fabaa508faad13f41 |
UTF-8 | òãPÓ¹A | 11000011101100101100001110100011010100001100001110010011110000101011100101000001 | c3b2c3a350c393c2b941 |
UHC | ??P?¹A | 00111111001111110101000000111111101010011111011001000001 | 3f3f503fa9f641 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)