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 | 處?愿?處 | 1001100101111100001111111001110011000011001111111001100101111100 | 997c3f9cc33f997c |
EUC-JP | 處?愿?處 | 1101000111011101001111111101100011000101001111111101000111011101 | d1dd3fd8c53fd1dd |
UTF-8 | 處렦愿렖處 | 111010001001100110010101111010111010000010100110111001101000010010111111111010111010000010010110111010001001100110010101 | e89995eba0a6e684bfeba096e89995 |
UHC | 處렦愿렖處 | 11110100101001011000111010110101111010101011010010001110101010111111010010100101 | f4a58eb5eab48eabf4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)