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 | ??o?? | 0011111100111111011011110011111100111111 | 3f3f6f3f3f |
SJIS-WIN | 謝嫉o赦鴫 | 100011101101001110001110101110010110111110001110110011011000111010110000 | 8ed38eb96f8ecd8eb0 |
EUC-JP | 謝嫉o赦鴫 | 101111001101010110111100101110110110111110111100110011111011110010110010 | bcd5bcbb6fbccfbcb2 |
UTF-8 | 謝嫉o赦鴫 | 11101000101011001001110111100101101010111000100101101111111010001011010110100110111010011011010010101011 | e8ac9de5ab896fe8b5a6e9b4ab |
UHC | 謝嫉o赦? | 1101111011110011111100101110110001101111110111101111010100111111 | def3f2ec6fdef53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)