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] | 111100101011000010001110101110010101000101011101 | f2b08eb9515d |
SJIS-WIN | ?°??Q] | 00111111100000011000101100111111001111110101000101011101 | 3f818b3f3f515d |
EUC-JP | ò°??Q] | 100011111010101111010010101000011110101100111111001111110101000101011101 | 8fabd2a1eb3f3f515d |
UTF-8 | ò°¹Q] | 11000011101100101100001010110000110000101000111011000010101110010101000101011101 | c3b2c2b0c28ec2b9515d |
UHC | ?°?¹Q] | 0011111110100001110001100011111110101001111101100101000101011101 | 3fa1c63fa9f6515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)