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 | ÷¯ä? | 11110111101011111110010000111111 | f7afe43f |
SJIS-WIN | ÷??? | 1000000110000000001111110011111100111111 | 81803f3f3f |
EUC-JP | ÷¯äœ | 1010000111100000100011111010001010110100100011111010101110100011100011111010100111001101 | a1e08fa2b48faba38fa9cd |
UTF-8 | ÷¯äœ | 1100001110110111110000101010111111000011101001001100010110010011 | c3b7c2afc3a4c593 |
UHC | ÷??œ | 101000011100000000111111001111111010100110101011 | a1c03f3fa9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)