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 | 嘯珷 | 1101001111100010100011111100101111111010 | d3e28fcbfa |
UTF-8 | 嘯珷 | 111001011001100010101111111001111000111110110111 | e598afe78fb7 |
UHC | 嘯珷 | 11100001101100001101100111101110 | e1b0d9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)