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¾iQ] | 11111011010101101000111010111110011010010101000101011101 | fb568ebe69515d |
SJIS-WIN | ?V??iQ] | 00111111010101100011111100111111011010010101000101011101 | 3f563f3f69515d |
EUC-JP | ûV??iQ] | 100011111010101111100101010101100011111100111111011010010101000101011101 | 8fabe5563f3f69515d |
UTF-8 | ûV¾iQ] | 11000011101110110101011011000010100011101100001010111110011010010101000101011101 | c3bb56c28ec2be69515d |
UHC | ?V?¾iQ] | 0011111101010110001111111010100011111010011010010101000101011101 | 3f563fa8fa69515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)