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 | 駭?㎞駭? | 1110100101101110001111111000011101110001111010010110111000111111 | e96e3f8771e96e3f |
EUC-JP | 駭??駭? | 11110001110011110011111100111111111100011100111100111111 | f1cf3f3ff1cf3f |
UTF-8 | 駭욎㎞駭쥄 | 111010011010011110101101111011001001101010001110111000111000111010011110111010011010011110101101111011001010010110000100 | e9a7adec9a8ee38e9ee9a7adeca584 |
UHC | 駭욎㎞駭쥄 | 11111010101101001001111011101100101001111011000011111010101101001010001001110111 | fab49eeca7b0fab4a277 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)