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áQ] | 111010100101001110011011111000010101000101011101 | ea539be1515d |
SJIS-WIN | ?S??Q] | 001111110101001100111111001111110101000101011101 | 3f533f3f515d |
EUC-JP | êS?áQ] | 10001111101010111011010001010011001111111000111110101011101000010101000101011101 | 8fabb4533f8faba1515d |
UTF-8 | êSáQ] | 110000111010101001010011110000101001101111000011101000010101000101011101 | c3aa53c29bc3a1515d |
UHC | ?S??Q] | 001111110101001100111111001111110101000101011101 | 3f533f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)