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 | Ы?\}Ы?\{^ | 1000010001011100001111110101110001111101100001000101110000111111010111000111101101011110 | 845c3f5c7d845c3f5c7b5e |
EUC-JP | Ы?\}Ы?\{^ | 1010011110111101001111110101110001111101101001111011110100111111010111000111101101011110 | a7bd3f5c7da7bd3f5c7b5e |
UTF-8 | Ы\}Ы\{^ | 11010000101010111101111010110111010111000111110111010000101010111101111010110111010111000111101101011110 | d0abdeb75c7dd0abdeb75c7b5e |
UHC | Ы?\}Ы?\{^ | 1010110010111101001111110101110001111101101011001011110100111111010111000111101101011110 | acbd3f5c7dacbd3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)