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 | 扣倆驪 | 100111010100101010011000111011011110100110001011 | 9d4a98ede98b |
EUC-JP | 扣倆驪 | 110110011010101111010000111011111111000111101011 | d9abd0eff1eb |
UTF-8 | 扣倆驪 | 111001101000100110100011111001011000000010000110111010011010100110101010 | e689a3e58086e9a9aa |
UHC | ?倆驪 | 0011111111010101110101101101010111110001 | 3fd5d6d5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)