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] | 111011101011000110001110101101110101000101011101 | eeb18eb7515d |
SJIS-WIN | ?±??Q] | 00111111100000010111110100111111001111110101000101011101 | 3f817d3f3f515d |
EUC-JP | î±??Q] | 100011111010101111000010101000011101111000111111001111110101000101011101 | 8fabc2a1de3f3f515d |
UTF-8 | î±·Q] | 11000011101011101100001010110001110000101000111011000010101101110101000101011101 | c3aec2b1c28ec2b7515d |
UHC | ?±?·Q] | 0011111110100001101111100011111110100001101001000101000101011101 | 3fa1be3fa1a4515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)