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 | ÞóßÞyB | 110111101111001111011111110111100111100101000010 | def3dfde7942 |
SJIS-WIN | ????yB | 001111110011111100111111001111110111100101000010 | 3f3f3f3f7942 |
EUC-JP | ÞóßÞyB | 1000111110101001101100001000111110101011110100011000111110101001110011101000111110101001101100000111100101000010 | 8fa9b08fabd18fa9ce8fa9b07942 |
UTF-8 | ÞóßÞyB | 11000011100111101100001110110011110000111001111111000011100111100111100101000010 | c39ec3b3c39fc39e7942 |
UHC | Þ?ßÞyB | 101010001010110100111111101010011010110010101000101011010111100101000010 | a8ad3fa9aca8ad7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)