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 | 豸迎\}豸迎\{^ | 11100110101101101000110001111101010111000111110111100110101101101000110001111101010111000111101101011110 | e6b68c7d5c7de6b68c7d5c7b5e |
EUC-JP | 豸迎\}豸迎\{^ | 11101100101110001011011111011110010111000111110111101100101110001011011111011110010111000111101101011110 | ecb8b7de5c7decb8b7de5c7b5e |
UTF-8 | 豸迎\}豸迎\{^ | 1110100010110001101110001110100010111111100011100101110001111101111010001011000110111000111010001011111110001110010111000111101101011110 | e8b1b8e8bf8e5c7de8b1b8e8bf8e5c7b5e |
UHC | ?迎\}?迎\{^ | 0011111111100111110010100101110001111101001111111110011111001010010111000111101101011110 | 3fe7ca5c7d3fe7ca5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)