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] | 10001110111001110100001001011101 | 8ee7425d |
EUC-JP | 守B] | 10111100111010010100001001011101 | bce9425d |
UTF-8 | 守B] | 1110010110101110100010000100001001011101 | e5ae88425d |
UHC | 守B] | 11100001111110100100001001011101 | e1fa425d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)