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 | 魘ォ螻。蓖 | 1110100110110100101010111110010110110001101000011110010011101101 | e9b4abe5b1a1e4ed |
EUC-JP | 魘ォ螻。蓖 | 11110010101101101000111010101011111010101011001110001110101000011110100011101111 | f2b68eabeab38ea1e8ef |
UTF-8 | 魘ォ螻。蓖 | 111010011010110110011000111011111011110110101011111010001001111010111011111011111011110110100001111010001001001110010110 | e9ad98efbdabe89ebbefbda1e89396 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)