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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | コ黑\}コ黑\{^ | 1011101011111100010010110101110001111101101110101111110001001011010111000111101101011110 | bafc4b5c7dbafc4b5c7b5e |
EUC-JP | コ?\}コ?\{^ | 1000111010111010001111110101110001111101100011101011101000111111010111000111101101011110 | 8eba3f5c7d8eba3f5c7b5e |
UTF-8 | コ黑\}コ黑\{^ | 1110111110111101101110101110100110111011100100010101110001111101111011111011110110111010111010011011101110010001010111000111101101011110 | efbdbae9bb915c7defbdbae9bb915c7b5e |
UHC | ?黑\}?黑\{^ | 0011111111111101110110010101110001111101001111111111110111011001010111000111101101011110 | 3ffdd95c7d3ffdd95c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)