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 | æ´å´ | 111001101001100010110100111001011011010010010001 | e698b4e5b491 |
SJIS-WIN | ??´?´? | 0011111100111111100000010100110000111111100000010100110000111111 | 3f3f814c3f814c3f |
EUC-JP | æ?´å´? | 100011111010100111000001001111111010000110101101100011111010101110101001101000011010110100111111 | 8fa9c13fa1ad8faba9a1ad3f |
UTF-8 | æ´å´ | 110000111010011011000010100110001100001010110100110000111010010111000010101101001100001010010001 | c3a6c298c2b4c3a5c2b4c291 |
UHC | æ?´?´? | 101010011010000100111111101000101010010100111111101000101010010100111111 | a9a13fa2a53fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)