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 | 妖ε? | 1001011101100100100000111100001100111111 | 976483c33f |
EUC-JP | 妖ε? | 1100110111000101101001101100010100111111 | cdc5a6c53f |
UTF-8 | 妖ε풃 | 1110010110100110100101101100111010110101111011011001001010000011 | e5a696ceb5ed9283 |
UHC | 妖ε풃 | 111010001110110110100101111001011011111010001011 | e8eda5e5be8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)