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 | 隰ウ諛キ縺 | 1110100010101100101100111110011010000111101101111110001110000001 | e8acb3e687b7e381 |
EUC-JP | 隰ウ諛キ縺 | 11110000101011101000111010110011111010111110011110001110101101111110010111100001 | f0ae8eb3ebe78eb7e5e1 |
UTF-8 | 隰ウ諛キ縺 | 111010011001101010110000111011111011110110110011111010001010101110011011111011111011110110110111111001111011100010111010 | e99ab0efbdb3e8ab9befbdb7e7b8ba |
UHC | ??諛?? | 001111110011111111101011101100000011111100111111 | 3f3febb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)