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¿~ | 1111101101010110100011101011111101111110 | fb568ebf7e |
SJIS-WIN | ?V??~ | 0011111101010110001111110011111101111110 | 3f563f3f7e |
EUC-JP | ûV?¿~ | 100011111010101111100101010101100011111110001111101000101100010001111110 | 8fabe5563f8fa2c47e |
UTF-8 | ûV¿~ | 1100001110111011010101101100001010001110110000101011111101111110 | c3bb56c28ec2bf7e |
UHC | ?V?¿~ | 001111110101011000111111101000101010111101111110 | 3f563fa2af7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)