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 | 鬘エ髑ー蠕 | 1110100110100001101101001110100110010001101100001110010110111110 | e9a1b4e991b0e5be |
EUC-JP | 鬘エ髑ー蠕 | 11110010101000111000111010110100111100011111000110001110101100001110101011000000 | f2a38eb4f1f18eb0eac0 |
UTF-8 | 鬘エ髑ー蠕 | 111010011010110010011000111011111011110110110100111010011010101110010001111011111011110110110000111010001010000010010101 | e9ac98efbdb4e9ab91efbdb0e8a095 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)