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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遲・闥 | 1110011110101101101001011110100010010010 | e7ada5e892 |
EUC-JP | 遲・闥 | 111011101010111110001110101001011110111111110010 | eeaf8ea5eff2 |
UTF-8 | 遲・闥 | 111010011000000110110010111011111011110110100101111010011001011110100101 | e981b2efbda5e997a5 |
UHC | 遲?? | 11110010110000000011111100111111 | f2c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)