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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 踈ァ逑ァ^ | 11100110111100011010011111100111100100111010011101011110 | e6f1a7e793a75e |
EUC-JP | 踈ァ逑ァ^ | 111011001111001110001110101001111110110111110011100011101010011101011110 | ecf38ea7edf38ea75e |
UTF-8 | 踈ァ逑ァ^ | 11101000101110001000100011101111101111011010011111101001100000001001000111101111101111011010011101011110 | e8b888efbda7e98091efbda75e |
UHC | ??逑?^ | 001111110011111111001111110001110011111101011110 | 3f3fcfc73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)