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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 豢ゥ驫醍囮^ | 11100110101101001010100111101001100010101001000111100111100110101001100101011110 | e6b4a9e98a91e79a995e |
EUC-JP | 豢ゥ驫醍囮^ | 1110110010110110100011101010100111110001111010101100001011101001110100111111100101011110 | ecb68ea9f1eac2e9d3f95e |
UTF-8 | 豢ゥ驫醍囮^ | 11101000101100011010001011101111101111011010100111101001101010011010101111101001100001101000110111100101100110111010111001011110 | e8b1a2efbda9e9a9abe9868de59bae5e |
UHC | ???醍?^ | 00111111001111110011111111110000101101010011111101011110 | 3f3f3ff0b53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)