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 | ?^?^ | 00111111010111100011111101011110 | 3f5e3f5e |
SJIS-WIN | 移^移^ | 100010001101101001011110100010001101101001011110 | 88da5e88da5e |
EUC-JP | 移^移^ | 101100001101110001011110101100001101110001011110 | b0dc5eb0dc5e |
UTF-8 | 移^移^ | 1110011110100111101110110101111011100111101001111011101101011110 | e7a7bb5ee7a7bb5e |
UHC | 移^移^ | 111011001011100101011110111011001011100101011110 | ecb95eecb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)