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 | ê²´ïÙø | 111010101011001010110100111011111101100111111000 | eab2b4efd9f8 |
SJIS-WIN | ??´??? | 00111111001111111000000101001100001111110011111100111111 | 3f3f814c3f3f3f |
EUC-JP | ê?´ïÙø | 100011111010101110110100001111111010000110101101100011111010101111000001100011111010101011100011100011111010100111001100 | 8fabb43fa1ad8fabc18faae38fa9cc |
UTF-8 | ê²´ïÙø | 110000111010101011000010101100101100001010110100110000111010111111000011100110011100001110111000 | c3aac2b2c2b4c3afc399c3b8 |
UHC | ?²´??ø | 001111111010100111110111101000101010010100111111001111111010100110101010 | 3fa9f7a2a53f3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)