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 | ¿·¿·^ | 1011111110110111101111111011011101011110 | bfb7bfb75e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ¿?¿?^ | 100011111010001011000100001111111000111110100010110001000011111101011110 | 8fa2c43f8fa2c43f5e |
UTF-8 | ¿·¿·^ | 110000101011111111000010101101111100001010111111110000101011011101011110 | c2bfc2b7c2bfc2b75e |
UHC | ¿·¿·^ | 101000101010111110100001101001001010001010101111101000011010010001011110 | a2afa1a4a2afa1a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)