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 | ウ絳\}ウ絳\{^ | 1011001111100011010010110101110001111101101100111110001101001011010111000111101101011110 | b3e34b5c7db3e34b5c7b5e |
EUC-JP | ウ絳\}ウ絳\{^ | 10001110101100111110010110101100010111000111110110001110101100111110010110101100010111000111101101011110 | 8eb3e5ac5c7d8eb3e5ac5c7b5e |
UTF-8 | ウ絳\}ウ絳\{^ | 1110111110111101101100111110011110110101101100110101110001111101111011111011110110110011111001111011010110110011010111000111101101011110 | efbdb3e7b5b35c7defbdb3e7b5b35c7b5e |
UHC | ?絳\}?絳\{^ | 0011111111001011101101000101110001111101001111111100101110110100010111000111101101011110 | 3fcbb45c7d3fcbb45c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)