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 | 鬩・驛∬ウ | 1110100110101001101001011110100110000011100000011110100010110011 | e9a9a5e98381e8b3 |
EUC-JP | 鬩・驛∬ウ | 11110010101010111000111010100101111100011110001110100010111010101000111010110011 | f2ab8ea5f1e3a2ea8eb3 |
UTF-8 | 鬩・驛∬ウ | 111010011010110010101001111011111011110110100101111010011010100110011011111000101000100010101100111011111011110110110011 | e9aca9efbda5e9a99be288acefbdb3 |
UHC | ??驛∬? | 00111111001111111110011010111110101000011111001100111111 | 3f3fe6bea1f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)