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 | ?B] | 001111110100001001011101 | 3f425d |
SJIS-WIN | ?B] | 001111110100001001011101 | 3f425d |
EUC-JP | ?B] | 001111110100001001011101 | 3f425d |
UTF-8 | 롧B] | 1110101110100001101001110100001001011101 | eba1a7425d |
UHC | 롧B] | 10001110111001110100001001011101 | 8ee7425d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)