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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 鄂募捉h | 11100111101111011001010111100101100100011010100001101000 | e7bd95e591a868 |
EUC-JP | 鄂募捉h | 11101110101111111100101011100111110000101010101001101000 | eebfcae7c2aa68 |
UTF-8 | 鄂募捉h | 11101001100001001000001011100101100010111001111111100110100011011000100101101000 | e98482e58b9fe68d8968 |
UHC | 鄂募捉h | 11100100110001111101100110110100111100111011010101101000 | e4c7d9b4f3b568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)