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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 鴉??{d | 111010011110101100111111001111110111101101100100 | e9eb3f3f7b64 |
EUC-JP | 鴉?˝{d | 1111001011101101001111111000111110100010101100110111101101100100 | f2ed3f8fa2b37b64 |
UTF-8 | 鴉며˝{d | 11101001101101001000100111101011101010011011000011001011100111010111101101100100 | e9b489eba9b0cb9d7b64 |
UHC | 鴉며˝{d | 1110010010111100101110001110011110100010101010010111101101100100 | e4bcb8e7a2a97b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)