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£~ | 1111101101010110100011101010001101111110 | fb568ea37e |
SJIS-WIN | ?V?£~ | 001111110101011000111111100000011001001001111110 | 3f563f81927e |
EUC-JP | ûV?£~ | 1000111110101011111001010101011000111111101000011111001001111110 | 8fabe5563fa1f27e |
UTF-8 | ûV£~ | 1100001110111011010101101100001010001110110000101010001101111110 | c3bb56c28ec2a37e |
UHC | ?V??~ | 0011111101010110001111110011111101111110 | 3f563f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)