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 | ?ц? | 00111111100001001000100000111111 | 3f84883f |
EUC-JP | ?цij | 001111111010011111101000100011111010100111000110 | 3fa7e88fa9c6 |
UTF-8 | 嶪цij | 11100101101101101010101011010001100001101100010010110011 | e5b6aad186c4b3 |
UHC | 嶪цij | 111001011111010110101100111010001010100110100110 | e5f5ace8a9a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)