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 | æ´í | 111001101000111110110100111011011000110010000010 | e68fb4ed8c82 |
SJIS-WIN | ??´??? | 00111111001111111000000101001100001111110011111100111111 | 3f3f814c3f3f3f |
EUC-JP | æ?´í?? | 1000111110101001110000010011111110100001101011011000111110101011101111110011111100111111 | 8fa9c13fa1ad8fabbf3f3f |
UTF-8 | æ´í | 110000111010011011000010100011111100001010110100110000111010110111000010100011001100001010000010 | c3a6c28fc2b4c3adc28cc282 |
UHC | æ?´??? | 1010100110100001001111111010001010100101001111110011111100111111 | a9a13fa2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)