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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠖、雎瑚 | 11100101101111011010010011101000101100011000110011101000 | e5bda4e8b18ce8 |
EUC-JP | 蠖、雎瑚 | 1110101010111111100011101010010011110000101100111011100011101010 | eabf8ea4f0b3b8ea |
UTF-8 | 蠖、雎瑚 | 111010001010000010010110111011111011110110100100111010011001101110001110111001111001000110011010 | e8a096efbda4e99b8ee7919a |
UHC | ??雎瑚 | 001111110011111111101110110100011111101111010001 | 3f3feed1fbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)