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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 鈔毬[}鈔毬[{^ | 11100111111000101001111101111011010110110111110111100111111000101001111101111011010110110111101101011110 | e7e29f7b5b7de7e29f7b5b7b5e |
EUC-JP | 鈔毬[}鈔毬[{^ | 11101110111001001101110111011100010110110111110111101110111001001101110111011100010110110111101101011110 | eee4dddc5b7deee4dddc5b7b5e |
UTF-8 | 鈔毬[}鈔毬[{^ | 1110100110001000100101001110011010101111101011000101101101111101111010011000100010010100111001101010111110101100010110110111101101011110 | e98894e6afac5b7de98894e6afac5b7b5e |
UHC | ?毬[}?毬[{^ | 0011111111001111101100110101101101111101001111111100111110110011010110110111101101011110 | 3fcfb35b7d3fcfb35b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)