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 | ûV£Q] | 111110110101011010001110101000110101000101011101 | fb568ea3515d |
SJIS-WIN | ?V?£Q] | 00111111010101100011111110000001100100100101000101011101 | 3f563f8192515d |
EUC-JP | ûV?£Q] | 100011111010101111100101010101100011111110100001111100100101000101011101 | 8fabe5563fa1f2515d |
UTF-8 | ûV£Q] | 110000111011101101010110110000101000111011000010101000110101000101011101 | c3bb56c28ec2a3515d |
UHC | ?V??Q] | 001111110101011000111111001111110101000101011101 | 3f563f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)