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 | 辷シ逖∫亮^ | 11100111100010001011110011100111100110001000000111100111100101111011101001011110 | e788bce79881e797ba5e |
EUC-JP | 辷シ逖∫亮^ | 1110110111101000100011101011110011101101111110001010001011101001110011101011110001011110 | ede88ebcedf8a2e9cebc5e |
UTF-8 | 辷シ逖∫亮^ | 11101000101111101011011111101111101111011011110011101001100000001001011011100010100010001010101111100100101110101010111001011110 | e8beb7efbdbce98096e288abe4baae5e |
UHC | ???∫亮^ | 0011111100111111001111111010000111110010110101011101010101011110 | 3f3f3fa1f2d5d55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)