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 | ûS¬D | 1111101101010011100011101010110001000100 | fb538eac44 |
SJIS-WIN | ?S?¬D | 001111110101001100111111100000011100101001000100 | 3f533f81ca44 |
EUC-JP | ûS?¬D | 1000111110101011111001010101001100111111101000101100110001000100 | 8fabe5533fa2cc44 |
UTF-8 | ûS¬D | 1100001110111011010100111100001010001110110000101010110001000100 | c3bb53c28ec2ac44 |
UHC | ?S??D | 0011111101010011001111110011111101000100 | 3f533f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)