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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邀??逆?? | 1110011110110001001111110011111110001011011101000011111100111111 | e7b13f3f8b743f3f |
EUC-JP | 邀??逆?? | 1110111010110011001111110011111110110101110101010011111100111111 | eeb33f3fb5d53f3f |
UTF-8 | 邀뤹즹逆곲늉 | 111010011000001010000000111010111010010010111001111011001010011010111001111010011000000010000110111010101011001110110010111010111000101010001001 | e98280eba4b9eca6b9e98086eab3b2eb8a89 |
UHC | 邀뤹즹逆곲늉 | 111010011010110110001111111001111010001110001011111001101011110110000001111010011011010010111111 | e9ad8fe7a38be6bd81e9b4bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)