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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | ?繹i?繹iB | 001111111110001110001000011010010011111111100011100010000110100101000010 | 3fe388693fe3886942 |
EUC-JP | ?繹i?繹iB | 001111111110010111101000011010010011111111100101111010000110100101000010 | 3fe5e8693fe5e86942 |
UTF-8 | 뽧繹i뽧繹iB | 111010111011110110100111111001111011100110111001011010011110101110111101101001111110011110111001101110010110100101000010 | ebbda7e7b9b969ebbda7e7b9b96942 |
UHC | 뽧繹i뽧繹iB | 1001011011100011111001101011101001101001100101101110001111100110101110100110100101000010 | 96e3e6ba6996e3e6ba6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)