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 | 阡假ソ・驢彌 | 11101000100101001001100011101111101111111010010111101001100001101001110001011100 | e89498efbfa5e9869c5c |
EUC-JP | 阡假ソ・驢彌 | 111011111111010011010000111100011000111010111111100011101010010111110001111001101101011110111101 | eff4d0f18ebf8ea5f1e6d7bd |
UTF-8 | 阡假ソ・驢彌 | 111010011001100010100001111001011000000110000111111011111011110110111111111011111011110110100101111010011010100110100010111001011011110110001100 | e998a1e58187efbdbfefbda5e9a9a2e5bd8c |
UHC | 阡假??驢彌 | 11110100110001101100101010100011001111110011111111010101111100001101101010101111 | f4c6caa33f3fd5f0daaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)