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 | á¹âs{d | 111000011011100111100010011100110111101101100100 | e1b9e2737b64 |
SJIS-WIN | ???s{d | 001111110011111100111111011100110111101101100100 | 3f3f3f737b64 |
EUC-JP | á?âs{d | 10001111101010111010000100111111100011111010101110100100011100110111101101100100 | 8faba13f8faba4737b64 |
UTF-8 | á¹âs{d | 110000111010000111000010101110011100001110100010011100110111101101100100 | c3a1c2b9c3a2737b64 |
UHC | ?¹?s{d | 00111111101010011111011000111111011100110111101101100100 | 3fa9f63f737b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)