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 | ムエェキ | 111100111101100111010001101101001010101010110111 | f3d9d1b4aab7 |
EUC-JP | ?ムエェキ | 001111111000111011010001100011101011010010001110101010101000111010110111 | 3f8ed18eb48eaa8eb7 |
UTF-8 | ムエェキ | 111011101000101110001100111011111011111010010001111011111011110110110100111011111011110110101010111011111011110110110111 | ee8b8cefbe91efbdb4efbdaaefbdb7 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)