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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 齎?] | 11100110110110000011111101011101 | e6d83f5d |
EUC-JP | 齎?] | 11101100110110100011111101011101 | ecda3f5d |
UTF-8 | 齎풋] | 11101001101111011000111011101101100100101000101101011101 | e9bd8eed928b5d |
UHC | 齎풋] | 1110111010110010110001111011001001011101 | eeb2c7b25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)