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 | 均?\}均?\{^ | 1000101111001111001111110101110001111101100010111100111100111111010111000111101101011110 | 8bcf3f5c7d8bcf3f5c7b5e |
EUC-JP | 均?\}均?\{^ | 1011011011010001001111110101110001111101101101101101000100111111010111000111101101011110 | b6d13f5c7db6d13f5c7b5e |
UTF-8 | 均작\}均작\{^ | 1110010110011101100001111110110010011110100100010101110001111101111001011001110110000111111011001001111010010001010111000111101101011110 | e59d87ec9e915c7de59d87ec9e915c7b5e |
UHC | 均작\}均작\{^ | 11010000101100111100000011011011010111000111110111010000101100111100000011011011010111000111101101011110 | d0b3c0db5c7dd0b3c0db5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)