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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 篩?}篩?{^ | 111000101011111100111111011111011110001010111111001111110111101101011110 | e2bf3f7de2bf3f7b5e |
EUC-JP | 篩?}篩?{^ | 111001001100000100111111011111011110010011000001001111110111101101011110 | e4c13f7de4c13f7b5e |
UTF-8 | 篩백}篩백{^ | 111001111010111110101001111010111011000010110001011111011110011110101111101010011110101110110000101100010111101101011110 | e7afa9ebb0b17de7afa9ebb0b17b5e |
UHC | 篩백}篩백{^ | 1101111011101000101110011110100101111101110111101110100010111001111010010111101101011110 | dee8b9e97ddee8b9e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)