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 | ?????Q] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | 邀也甥縺啾Q] | 111001111011000110010110111001111000100110011001111000111000000110011010011000010101000101011101 | e7b196e78999e3819a61515d |
EUC-JP | 邀也甥縺啾Q] | 111011101011001111001100111010011011000111111001111001011110000111010011110000100101000101011101 | eeb3cce9b1f9e5e1d3c2515d |
UTF-8 | 邀也甥縺啾Q] | 1110100110000010100000001110010010111001100111111110011110010100101001011110011110111000101110101110010110010101101111100101000101011101 | e98280e4b99fe794a5e7b8bae595be515d |
UHC | 邀也甥??Q] | 11101001101011011110010110100101110111111110011100111111001111110101000101011101 | e9ade5a5dfe73f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)