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 | 昇イ | 100011111011100011110111100011101011001011110010101010011111000110100011 | 8fb8f78eb2f2a9f1a3 |
EUC-JP | 昇?イ?? | 10111110101110100011111110001110101100100011111100111111 | beba3f8eb23f3f |
UTF-8 | 昇イ | 111001101001100010000111111011101001010110110001111011111011110110110010111011101000011110100000111011101000010010011110 | e69887ee95b1efbdb2ee87a0ee849e |
UHC | 昇???? | 111000111011000000111111001111110011111100111111 | e3b03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)