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 | ヨチェ鰊ル | 110101101100000110101010111010011101011111011001 | d6c1aae9d7d9 |
EUC-JP | ヨチェ鰊ル | 10001110110101101000111011000001100011101010101011110010110110011000111011011001 | 8ed68ec18eaaf2d98ed9 |
UTF-8 | ヨチェ鰊ル | 111011111011111010010110111011111011111010000001111011111011110110101010111010011011000010001010111011111011111010011001 | efbe96efbe81efbdaae9b08aefbe99 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)