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 | ð¯¿û | 1111000010101111100011101011111111111011 | f0af8ebffb |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ð¯?¿û | 10001111101010011100001110001111101000101011010000111111100011111010001011000100100011111010101111100101 | 8fa9c38fa2b43f8fa2c48fabe5 |
UTF-8 | ð¯¿û | 11000011101100001100001010101111110000101000111011000010101111111100001110111011 | c3b0c2afc28ec2bfc3bb |
UHC | ð??¿? | 10101001101000110011111100111111101000101010111100111111 | a9a33f3fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)