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] | 111011101011000110001110101010010101000101011101 | eeb18ea9515d |
SJIS-WIN | ?±??Q] | 00111111100000010111110100111111001111110101000101011101 | 3f817d3f3f515d |
EUC-JP | î±?©Q] | 1000111110101011110000101010000111011110001111111000111110100010111011010101000101011101 | 8fabc2a1de3f8fa2ed515d |
UTF-8 | Q] | 11000011101011101100001010110001110000101000111011000010101010010101000101011101 | c3aec2b1c28ec2a9515d |
UHC | ?±??Q] | 00111111101000011011111000111111001111110101000101011101 | 3fa1be3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)