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 | 衍??猥θ? | 100111111010010100111111001111111110000011001110100000111100011000111111 | 9fa53f3fe0ce83c63f |
EUC-JP | 衍??猥θ? | 110111101010011100111111001111111110000011010000101001101100100000111111 | dea73f3fe0d0a6c83f |
UTF-8 | 衍뤸콖猥θ뮅 | 1110100010100001100011011110101110100100101110001110110010111101100101101110011110001100101001011100111010111000111010111010111010000101 | e8a18deba4b8ecbd96e78ca5ceb8ebae85 |
UHC | 衍뤸콖猥θ뮅 | 111001101110001010001111111001101011000110010000111010001110010110100101111010001001001010010100 | e6e28fe6b190e8e5a5e89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)