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 | 易у | 10001000110101011000010010000101 | 88d58485 |
EUC-JP | 易у | 10110000110101111010011111100101 | b0d7a7e5 |
UTF-8 | 易у | 1110011010011000100100111101000110000011 | e69893d183 |
UHC | 易у | 11100110101101101010110011100101 | e6b6ace5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)