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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 豐嗤n}豐嗤n{^ | 11100110101100101001101001101111011011100111110111100110101100101001101001101111011011100111101101011110 | e6b29a6f6e7de6b29a6f6e7b5e |
EUC-JP | 豐嗤n}豐嗤n{^ | 11101100101101001101001111010000011011100111110111101100101101001101001111010000011011100111101101011110 | ecb4d3d06e7decb4d3d06e7b5e |
UTF-8 | 豐嗤n}豐嗤n{^ | 1110100010110001100100001110010110010111101001000110111001111101111010001011000110010000111001011001011110100100011011100111101101011110 | e8b190e597a46e7de8b190e597a46e7b5e |
UHC | ?嗤n}?嗤n{^ | 0011111111110110101110000110111001111101001111111111011010111000011011100111101101011110 | 3ff6b86e7d3ff6b86e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)