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 | 嘯? | 100110101000001000111111 | 9a823f |
EUC-JP | 嘯珹 | 1101001111100010100011111100101111111011 | d3e28fcbfb |
UTF-8 | 嘯珹 | 111001011001100010101111111001111000111110111001 | e598afe78fb9 |
UHC | 嘯珹 | 11100001101100001110000011111011 | e1b0e0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)