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 | ?絳\}?絳\{^ | 0011111111100011010010110101110001111101001111111110001101001011010111000111101101011110 | 3fe34b5c7d3fe34b5c7b5e |
EUC-JP | ?絳\}?絳\{^ | 0011111111100101101011000101110001111101001111111110010110101100010111000111101101011110 | 3fe5ac5c7d3fe5ac5c7b5e |
UTF-8 | 絳\}絳\{^ | 1110111010111100101100111110011110110101101100110101110001111101111011101011110010110011111001111011010110110011010111000111101101011110 | eebcb3e7b5b35c7deebcb3e7b5b35c7b5e |
UHC | ?絳\}?絳\{^ | 0011111111001011101101000101110001111101001111111100101110110100010111000111101101011110 | 3fcbb45c7d3fcbb45c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)