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 | ï¦}ï¦{^ | 111011111010011010001011011111011110111110100110100010110111101101011110 | efa68b7defa68b7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | �}�{^ | 1000111110101011110000011000111110100010110000110011111101111101100011111010101111000001100011111010001011000011001111110111101101011110 | 8fabc18fa2c33f7d8fabc18fa2c33f7b5e |
UTF-8 | ï¦}ï¦{^ | 110000111010111111000010101001101100001010001011011111011100001110101111110000101010011011000010100010110111101101011110 | c3afc2a6c28b7dc3afc2a6c28b7b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)