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 | þTþQ | 10010001111111100101010010010001111111101001001001010001 | 91fe5491fe9251 |
SJIS-WIN | ??T???Q | 00111111001111110101010000111111001111110011111101010001 | 3f3f543f3f3f51 |
EUC-JP | ?þT?þ?Q | 0011111110001111101010011101000001010100001111111000111110101001110100000011111101010001 | 3f8fa9d0543f8fa9d03f51 |
UTF-8 | þTþQ | 110000101001000111000011101111100101010011000010100100011100001110111110110000101001001001010001 | c291c3be54c291c3bec29251 |
UHC | ?þT?þ?Q | 001111111010100110101101010101000011111110101001101011010011111101010001 | 3fa9ad543fa9ad3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)