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 | éê´§] | 11101001100001111000111011101010101101001010011101011101 | e9878eeab4a75d |
SJIS-WIN | ????´§] | 001111110011111100111111001111111000000101001100100000011001100001011101 | 3f3f3f3f814c81985d |
EUC-JP | é??ê´§] | 10001111101010111011000100111111001111111000111110101011101101001010000110101101101000011111100001011101 | 8fabb13f3f8fabb4a1ada1f85d |
UTF-8 | éê´§] | 11000011101010011100001010000111110000101000111011000011101010101100001010110100110000101010011101011101 | c3a9c287c28ec3aac2b4c2a75d |
UHC | ????´§] | 001111110011111100111111001111111010001010100101101000011101011101011101 | 3f3f3f3fa2a5a1d75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)