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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阡假ソ・驢 | 1110100010010100100110001110111110111111101001011110100110000110 | e89498efbfa5e986 |
EUC-JP | 阡假ソ・驢 | 11101111111101001101000011110001100011101011111110001110101001011111000111100110 | eff4d0f18ebf8ea5f1e6 |
UTF-8 | 阡假ソ・驢 | 111010011001100010100001111001011000000110000111111011111011110110111111111011111011110110100101111010011010100110100010 | e998a1e58187efbdbfefbda5e9a9a2 |
UHC | 阡假??驢 | 1111010011000110110010101010001100111111001111111101010111110000 | f4c6caa33f3fd5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)