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] | 111011101011001010001110101101110101000101011101 | eeb28eb7515d |
SJIS-WIN | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
EUC-JP | î???Q] | 1000111110101011110000100011111100111111001111110101000101011101 | 8fabc23f3f3f515d |
UTF-8 | î²·Q] | 11000011101011101100001010110010110000101000111011000010101101110101000101011101 | c3aec2b2c28ec2b7515d |
UHC | ?²?·Q] | 0011111110101001111101110011111110100001101001000101000101011101 | 3fa9f73fa1a4515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)