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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 赱瑚コャ] | 11100110110111111000110011101000101110101010110001011101 | e6df8ce8baac5d |
EUC-JP | 赱瑚コャ] | 111011001110000110111000111010101000111010111010100011101010110001011101 | ece1b8ea8eba8eac5d |
UTF-8 | 赱瑚コャ] | 11101000101101011011000111100111100100011001101011101111101111011011101011101111101111011010110001011101 | e8b5b1e7919aefbdbaefbdac5d |
UHC | ?瑚??] | 001111111111101111010001001111110011111101011101 | 3ffbd13f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)