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¬~ | 1111101101010011100011101010110001111110 | fb538eac7e |
SJIS-WIN | ?S?¬~ | 001111110101001100111111100000011100101001111110 | 3f533f81ca7e |
EUC-JP | ûS?¬~ | 1000111110101011111001010101001100111111101000101100110001111110 | 8fabe5533fa2cc7e |
UTF-8 | ûS¬~ | 1100001110111011010100111100001010001110110000101010110001111110 | c3bb53c28ec2ac7e |
UHC | ?S??~ | 0011111101010011001111110011111101111110 | 3f533f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)