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°ûS | 111110110101011010001110101100001111101101010011 | fb568eb0fb53 |
SJIS-WIN | ?V?°?S | 00111111010101100011111110000001100010110011111101010011 | 3f563f818b3f53 |
EUC-JP | ûV?°ûS | 1000111110101011111001010101011000111111101000011110101110001111101010111110010101010011 | 8fabe5563fa1eb8fabe553 |
UTF-8 | ûV°ûS | 11000011101110110101011011000010100011101100001010110000110000111011101101010011 | c3bb56c28ec2b0c3bb53 |
UHC | ?V?°?S | 00111111010101100011111110100001110001100011111101010011 | 3f563fa1c63f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)