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êGÕ | 111010100101001111101010010001111001111111010101 | ea53ea479fd5 |
SJIS-WIN | ?S?G?? | 001111110101001100111111010001110011111100111111 | 3f533f473f3f |
EUC-JP | êSêG?Õ | 100011111010101110110100010100111000111110101011101101000100011100111111100011111010101011011000 | 8fabb4538fabb4473f8faad8 |
UTF-8 | êSêGÕ | 11000011101010100101001111000011101010100100011111000010100111111100001110010101 | c3aa53c3aa47c29fc395 |
UHC | ?S?G?? | 001111110101001100111111010001110011111100111111 | 3f533f473f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)