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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 潁????\ | 10011111111100010011111100111111001111110011111101011100 | 9ff13f3f3f3f5c |
EUC-JP | 潁??沅?\ | 110111101111001100111111001111111000111111000110111010010011111101011100 | def33f3f8fc6e93f5c |
UTF-8 | 潁딄콣沅숻\ | 11100110101111011000000111101011100101001000010011101100101111011010001111100110101100101000010111101100100010001011101101011100 | e6bd81eb9484ecbda3e6b285ec88bb5c |
UHC | 潁딄콣沅숻\ | 1110011110111000100010101110101010110001100110111110101010110110100110100101000001011100 | e7b88aeab19beab69a505c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)