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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | ???率?? | 00111111001111110011111110010111101001100011111100111111 | 3f3f3f97a63f3f |
EUC-JP | ???率®? | 001111110011111100111111110011101010100010001111101000101110111000111111 | 3f3f3fcea88fa2ee3f |
UTF-8 | 列룸벝率®㎣ | 1110111110100110100111001110101110100011101110001110101110110010100111011110011110001110100001111100001010101110111000111000111010100011 | efa69ceba3b8ebb29de78e87c2aee38ea3 |
UHC | 列룸벝率®㎣ | 111001101110101010110111111010111001001110111000111000011110001110100010111001111010011110100111 | e6eab7eb93b8e1e3a2e7a7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)