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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 髦喨揖G | 11101001100110001001101001101001100101110100101101000111 | e9989a69974b47 |
EUC-JP | 髦喨揖G | 11110001111110001101001111001010110011011010110001000111 | f1f8d3cacdac47 |
UTF-8 | 髦喨揖G | 11101001101010111010011011100101100101101010100011100110100011111001011001000111 | e9aba6e596a8e68f9647 |
UHC | ??揖G | 0011111100111111111010111110011101000111 | 3f3febe747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)