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 | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | ????鹿G | 00111111001111110011111100111111100011101010110101000111 | 3f3f3f3f8ead47 |
EUC-JP | ????鹿G | 00111111001111110011111100111111101111001010111101000111 | 3f3f3f3fbcaf47 |
UTF-8 | 罹롛롗罹鹿G | 11101111101001111010011011101011101000011001101111101011101000011001011111101111101001111010011011101001101110011011111101000111 | efa7a6eba19beba197efa7a6e9b9bf47 |
UHC | 罹롛롗罹鹿G | 1110110010111010100011101101111110001110110110111110110010111010110101101110001101000111 | ecba8edf8edbecbad6e347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)