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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 妖矮~ | 1001011101100100111000011110001001111110 | 9764e1e27e |
EUC-JP | 妖矮~ | 1100110111000101111000101110010001111110 | cdc5e2e47e |
UTF-8 | 妖矮~ | 11100101101001101001011011100111100111111010111001111110 | e5a696e79fae7e |
UHC | 妖矮~ | 1110100011101101111010001110000101111110 | e8ede8e17e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)