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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 訷夂悉薰サ@h | 1111101110100100100110101110011110001110101110111111101110011110101110110100000001101000 | fba49ae78ebbfb9ebb4068 |
EUC-JP | 訷夂悉?サ@h | 100011111101110111010100110101001110100110111100101111010011111110001110101110110100000001101000 | 8fddd4d4e9bcbd3f8ebb4068 |
UTF-8 | 訷夂悉薰サ@h | 1110100010101000101101111110010110100100100000101110011010000010100010011110100010010110101100001110111110111101101110110100000001101000 | e8a8b7e5a482e68289e896b0efbdbb4068 |
UHC | ??悉薰?@h | 001111110011111111100011111110101111110110111001001111110100000001101000 | 3f3fe3fafdb93f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)