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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髏皮ィョ闊 | 1110100110010000100101001110011110101000101011101110100010001000 | e99094e7a8aee888 |
EUC-JP | 髏皮ィョ闊 | 11110001111100001100100011101001100011101010100010001110101011101110111111101000 | f1f0c8e98ea88eaeefe8 |
UTF-8 | 髏皮ィョ闊 | 111010011010101110001111111001111001101010101110111011111011110110101000111011111011110110101110111010011001011110001010 | e9ab8fe79aaeefbda8efbdaee9978a |
UHC | ?皮??闊 | 00111111111110011010101100111111001111111111110011000100 | 3ff9ab3f3ffcc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)