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 | ??????^F | 0011111100111111001111110011111100111111001111110101111001000110 | 3f3f3f3f3f3f5e46 |
SJIS-WIN | 衍?????^F | 100111111010010100111111001111110011111100111111001111110101111001000110 | 9fa53f3f3f3f3f5e46 |
EUC-JP | 衍?????^F | 110111101010011100111111001111110011111100111111001111110101111001000110 | dea73f3f3f3f3f5e46 |
UTF-8 | 衍뚯늻溜곕젗^F | 1110100010100001100011011110101110011010101011111110101110001010101110111110111110100111100010111110101010110011100101011110110010100000100101110101111001000110 | e8a18deb9aafeb8abbefa78beab395eca0975e46 |
UHC | 衍뚯늻溜곕젗^F | 1110011011100010100011001110110010001000100001001110101011111110101100001110101110100000100100110101111001000110 | e6e28cec8884eafeb0eba0935e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)