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 | èßå¤ä | 11101000110111111000111111100101101001001000001011100100 | e8df8fe5a482e4 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | èß?å¤?ä | 1000111110101011101100101000111110101001110011100011111110001111101010111010100110001111101000101111000000111111100011111010101110100011 | 8fabb28fa9ce3f8faba98fa2f03f8faba3 |
UTF-8 | èßå¤ä | 1100001110101000110000111001111111000010100011111100001110100101110000101010010011000010100000101100001110100100 | c3a8c39fc28fc3a5c2a4c282c3a4 |
UHC | ?ß??¤?? | 001111111010100110101100001111110011111110100010101101000011111100111111 | 3fa9ac3f3fa2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)