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 | ?g?? | 00111111011001110011111100111111 | 3f673f3f |
SJIS-WIN | 但g脱賊 | 10010010010000010110011110010010010001011001000110101111 | 924167924591af |
EUC-JP | 但g脱賊 | 11000011101000100110011111000011101001101100001010110001 | c3a267c3a6c2b1 |
UTF-8 | 但g脱賊 | 11100100101111011000011001100111111010001000010010110001111010001011001110001010 | e4bd8667e884b1e8b38a |
UHC | 但g?賊 | 110100111010001101100111001111111110111011100100 | d3a3673feee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)