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 | ?W???CG | 00111111010101110011111100111111001111110100001101000111 | 3f573f3f3f4347 |
SJIS-WIN | 叩W辰旦叩CG | 1001001001000000010101111001001001000011100100100101010110010010010000000100001101000111 | 9240579243925592404347 |
EUC-JP | 叩W辰旦叩CG | 1100001110100001010101111100001110100100110000111011011011000011101000010100001101000111 | c3a157c3a4c3b6c3a14347 |
UTF-8 | 叩W辰旦叩CG | 111001011000111110101001010101111110100010111110101100001110011010010111101001101110010110001111101010010100001101000111 | e58fa957e8beb0e697a6e58fa94347 |
UHC | 叩W辰旦叩CG | 1100110110110000010101111111001011100011110100111010100111001101101100000100001101000111 | cdb057f2e3d3a9cdb04347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)