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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 谺ケ鮗晄垪 | 111001101010110010111001111010011011101010011101111001101001101010111000 | e6acb9e9ba9de69ab8 |
EUC-JP | 谺ケ鮗晄垪 | 11101100101011101000111010111001111100101011110011011010111010001101010010111010 | ecae8eb9f2bcdae8d4ba |
UTF-8 | 谺ケ鮗晄垪 | 111010001011000010111010111011111011110110111001111010011010111010010111111001101001100110000100111001011001111010101010 | e8b0baefbdb9e9ae97e69984e59eaa |
UHC | ???晄? | 001111110011111100111111111111001100110100111111 | 3f3f3ffccd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)