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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 遇映v | 1000101111110110100010010110011001110110 | 8bf6896676 |
EUC-JP | 遇映v | 1011011011111000101100011100011101110110 | b6f8b1c776 |
UTF-8 | 遇映v | 11101001100000011000011111100110100110001010000001110110 | e98187e698a076 |
UHC | 遇映v | 1110100111100111111001111011000101110110 | e9e7e7b176 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)