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 | 爰紀 | 11100000101001111000101101001001 | e0a78b49 |
EUC-JP | 爰紀 | 11100000101010011011010110101010 | e0a9b5aa |
UTF-8 | 爰紀 | 111001111000100010110000111001111011010010000000 | e788b0e7b480 |
UHC | 爰紀 | 11101010101110101101000110111010 | eabad1ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)