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] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 捨鋻勺Q] | 11110000101111111000111011001100111110111101100110001110110110010101000101011101 | f0bf8eccfbd98ed9515d |
EUC-JP | ?捨鋻勺Q] | 00111111101111001100111010001111111001001101000110111100110110110101000101011101 | 3fbcce8fe4d1bcdb515d |
UTF-8 | 捨鋻勺Q] | 1110111010000001101111101110011010001101101010001110100110001011101110111110010110001011101110100101000101011101 | ee81bee68da8e98bbbe58bba515d |
UHC | ?捨?勺Q] | 0011111111011110110101110011111111101101110000110101000101011101 | 3fded73fedc3515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)