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{^ | 11100111100110001000101101101111011011100111110111100111100110001000101101101111011011100111101101011110 | e7988b6f6e7de7988b6f6e7b5e |
EUC-JP | 逖黍n}逖黍n{^ | 11101101111110001011010111010000011011100111110111101101111110001011010111010000011011100111101101011110 | edf8b5d06e7dedf8b5d06e7b5e |
UTF-8 | 逖黍n}逖黍n{^ | 1110100110000000100101101110100110111011100011010110111001111101111010011000000010010110111010011011101110001101011011100111101101011110 | e98096e9bb8d6e7de98096e9bb8d6e7b5e |
UHC | ?黍n}?黍n{^ | 0011111111100000101010000110111001111101001111111110000010101000011011100111101101011110 | 3fe0a86e7d3fe0a86e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)