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 | 1000111010110001100011101100110001101001100011101011000110001110110011000110100101000010 | 8eb18ecc698eb18ecc6942 |
EUC-JP | 竺捨i竺捨iB | 1011110010110011101111001100111001101001101111001011001110111100110011100110100101000010 | bcb3bcce69bcb3bcce6942 |
UTF-8 | 竺捨i竺捨iB | 111001111010101110111010111001101000110110101000011010011110011110101011101110101110011010001101101010000110100101000010 | e7abbae68da869e7abbae68da86942 |
UHC | 竺捨i竺捨iB | 1111010111100111110111101101011101101001111101011110011111011110110101110110100101000010 | f5e7ded769f5e7ded76942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)