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 | æ´å´ | 1110011010011000101101001110010110110100 | e698b4e5b4 |
SJIS-WIN | ??´?´ | 00111111001111111000000101001100001111111000000101001100 | 3f3f814c3f814c |
EUC-JP | æ?´å´ | 1000111110101001110000010011111110100001101011011000111110101011101010011010000110101101 | 8fa9c13fa1ad8faba9a1ad |
UTF-8 | æ´å´ | 11000011101001101100001010011000110000101011010011000011101001011100001010110100 | c3a6c298c2b4c3a5c2b4 |
UHC | æ?´?´ | 1010100110100001001111111010001010100101001111111010001010100101 | a9a13fa2a53fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)