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 | 鬩・驛∝ッ | 1110100110101001101001011110100110000011100000011110010110101111 | e9a9a5e98381e5af |
EUC-JP | 鬩・驛∝ッ | 11110010101010111000111010100101111100011110001110100010111001111000111010101111 | f2ab8ea5f1e3a2e78eaf |
UTF-8 | 鬩・驛∝ッ | 111010011010110010101001111011111011110110100101111010011010100110011011111000101000100010011101111011111011110110101111 | e9aca9efbda5e9a99be2889defbdaf |
UHC | ??驛∝? | 00111111001111111110011010111110101000011111000000111111 | 3f3fe6bea1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)