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 | ?f?}}?f?}{^ | 0011111101100110001111110111110101111101001111110110011000111111011111010111101101011110 | 3f663f7d7d3f663f7d7b5e |
SJIS-WIN | ?f?}}?f?}{^ | 0011111101100110001111110111110101111101001111110110011000111111011111010111101101011110 | 3f663f7d7d3f663f7d7b5e |
EUC-JP | ?f?}}?f?}{^ | 0011111101100110001111110111110101111101001111110110011000111111011111010111101101011110 | 3f663f7d7d3f663f7d7b5e |
UTF-8 | 챌f횪}}챌f횪}{^ | 11101100101100011000110001100110111011011001101010101010011111010111110111101100101100011000110001100110111011011001101010101010011111010111101101011110 | ecb18c66ed9aaa7d7decb18c66ed9aaa7d7b5e |
UHC | 챌f횪}}챌f횪}{^ | 110000111010011101100110110000111010000001111101011111011100001110100111011001101100001110100000011111010111101101011110 | c3a766c3a07d7dc3a766c3a07d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)