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 | ߬@B | 100011101101111110001110101011000100000001000010 | 8edf8eac4042 |
SJIS-WIN | ???¬@B | 00111111001111110011111110000001110010100100000001000010 | 3f3f3f81ca4042 |
EUC-JP | ?ß?¬@B | 001111111000111110101001110011100011111110100010110011000100000001000010 | 3f8fa9ce3fa2cc4042 |
UTF-8 | ߬@B | 11000010100011101100001110011111110000101000111011000010101011000100000001000010 | c28ec39fc28ec2ac4042 |
UHC | ?ß??@B | 00111111101010011010110000111111001111110100000001000010 | 3fa9ac3f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)