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 | æè¾°E | 11100110100101111000111111101000101111101011000001000101 | e6978fe8beb045 |
SJIS-WIN | ?????°E | 0011111100111111001111110011111100111111100000011000101101000101 | 3f3f3f3f3f818b45 |
EUC-JP | æ??è?°E | 100011111010100111000001001111110011111110001111101010111011001000111111101000011110101101000101 | 8fa9c13f3f8fabb23fa1eb45 |
UTF-8 | æè¾°E | 11000011101001101100001010010111110000101000111111000011101010001100001010111110110000101011000001000101 | c3a6c297c28fc3a8c2bec2b045 |
UHC | æ???¾°E | 10101001101000010011111100111111001111111010100011111010101000011100011001000101 | a9a13f3f3fa8faa1c645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)