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 | ????gF | 001111110011111100111111001111110110011101000110 | 3f3f3f3f6746 |
SJIS-WIN | テカテ」gF | 110000111011011011000011101000110110011101000110 | c3b6c3a36746 |
EUC-JP | テカテ」gF | 10001110110000111000111010110110100011101100001110001110101000110110011101000110 | 8ec38eb68ec38ea36746 |
UTF-8 | テカテ」gF | 1110111110111110100000111110111110111101101101101110111110111110100000111110111110111101101000110110011101000110 | efbe83efbdb6efbe83efbda36746 |
UHC | ????gF | 001111110011111100111111001111110110011101000110 | 3f3f3f3f6746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)