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 | 燧騷 | 11100000100111001110100101111010 | e09ce97a |
EUC-JP | 燧騷 | 11011111111111001111000111011011 | dffcf1db |
UTF-8 | 燧騷 | 111001111000011110100111111010011010100010110111 | e787a7e9a8b7 |
UHC | 燧騷 | 11100010101011001110000111010011 | e2ace1d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)