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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謝嫉贏 | 100011101101001110001110101110011110011011010101 | 8ed38eb9e6d5 |
EUC-JP | 謝嫉贏 | 101111001101010110111100101110111110110011010111 | bcd5bcbbecd7 |
UTF-8 | 謝嫉贏 | 111010001010110010011101111001011010101110001001111010001011010010001111 | e8ac9de5ab89e8b48f |
UHC | 謝嫉? | 1101111011110011111100101110110000111111 | def3f2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)