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 | 100010011001001100111111011010011000100110010011001111110110100101000010 | 89933f6989933f6942 |
EUC-JP | 遠?i遠?iB | 101100011111001100111111011010011011000111110011001111110110100101000010 | b1f33f69b1f33f6942 |
UTF-8 | 遠렕i遠렕iB | 111010011000000110100000111010111010000010010101011010011110100110000001101000001110101110100000100101010110100101000010 | e981a0eba09569e981a0eba0956942 |
UHC | 遠렕i遠렕iB | 1110101011000000100011101010101001101001111010101100000010001110101010100110100101000010 | eac08eaa69eac08eaa6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)