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 | 跫・驕ッ讌 | 1110011011101101101001011110100110000001101011111110011010100101 | e6eda5e981afe6a5 |
EUC-JP | 跫・驕ッ讌 | 11101100111011111000111010100101111100011110000110001110101011111110110010100111 | ecef8ea5f1e18eafeca7 |
UTF-8 | 跫・驕ッ讌 | 111010001011011110101011111011111011110110100101111010011010100110010101111011111011110110101111111010001010111010001100 | e8b7abefbda5e9a995efbdafe8ae8c |
UHC | ??驕?? | 001111110011111111001110111101100011111100111111 | 3f3fcef63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)