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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?翁 | 001111111000100110100101 | 3f89a5 |
EUC-JP | ?翁 | 001111111011001010100111 | 3fb2a7 |
UTF-8 | 렡翁 | 111010111010000010100001111001111011111110000001 | eba0a1e7bf81 |
UHC | 렡翁 | 10001110101100101110100010111010 | 8eb2e8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)