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 | ¼âع | 10111100111000101101100010111001 | bce2d8b9 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?âØ? | 0011111110001111101010111010010010001111101010011010110000111111 | 3f8faba48fa9ac3f |
UTF-8 | ¼âع | 1100001010111100110000111010001011000011100110001100001010111001 | c2bcc3a2c398c2b9 |
UHC | ¼?ع | 10101000111110010011111110101000101010101010100111110110 | a8f93fa8aaa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)