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 | èßå] | 11101000110111111001001011100101100011111000001001011101 | e8df92e58f825d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | èß?å??] | 10001111101010111011001010001111101010011100111000111111100011111010101110101001001111110011111101011101 | 8fabb28fa9ce3f8faba93f3f5d |
UTF-8 | èßå] | 11000011101010001100001110011111110000101001001011000011101001011100001010001111110000101000001001011101 | c3a8c39fc292c3a5c28fc2825d |
UHC | ?ß????] | 0011111110101001101011000011111100111111001111110011111101011101 | 3fa9ac3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)