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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 惑憙惑枌^ | 100110000110011010011100110110001001100001100110100111100110001001011110 | 98669cd898669e625e |
EUC-JP | 惑憙惑枌^ | 110011111100011111011000110110101100111111000111110110111100001101011110 | cfc7d8dacfc7dbc35e |
UTF-8 | 惑憙惑枌^ | 11100110100000111001000111100110100001101001100111100110100000111001000111100110100111101000110001011110 | e68391e68699e68391e69e8c5e |
UHC | 惑憙惑?^ | 1111101111100011111111011111001011111011111000110011111101011110 | fbe3fdf2fbe33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)