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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 裼鷺ク | 1110010111100111100011011110101110111000 | e5e78debb8 |
EUC-JP | 裼鷺ク | 111010101110100110111010111011011000111010111000 | eae9baed8eb8 |
UTF-8 | 裼鷺ク | 111010001010001110111100111010011011011110111010111011111011110110111000 | e8a3bce9b7baefbdb8 |
UHC | ?鷺? | 00111111110101101101110000111111 | 3fd6dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)