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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 邁誹い迯ィ^ | 11100111101100001001010011101110100000101010001011100111100011011010100001011110 | e7b094ee82a2e78da85e |
| EUC-JP | 邁誹い迯ィ^ | 1110111010110010110010001111000010100100101001001110110111101101100011101010100001011110 | eeb2c8f0a4a4eded8ea85e |
| UTF-8 | 邁誹い迯ィ^ | 11101001100000101000000111101000101010101011100111100011100000011000010011101000101111111010111111101111101111011010100001011110 | e98281e8aab9e38184e8bfafefbda85e |
| UHC | 邁誹い??^ | 110110001110010011011110101001101010101010100100001111110011111101011110 | d8e4dea6aaa43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)