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 | 昇エ踰ホ「 | 10001111101110001011010011100110111110101100111010100010 | 8fb8b4e6facea2 |
EUC-JP | 昇エ踰ホ「 | 10111110101110101000111010110100111011001111110010001110110011101000111010100010 | beba8eb4ecfc8ece8ea2 |
UTF-8 | 昇エ踰ホ「 | 111001101001100010000111111011111011110110110100111010001011100010110000111011111011111010001110111011111011110110100010 | e69887efbdb4e8b8b0efbe8eefbda2 |
UHC | 昇?踰?? | 11100011101100000011111111101011101100100011111100111111 | e3b03febb23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)