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 | 11101000111101101001101001101001100101110100101101000111 | e8f69a69974b47 |
EUC-JP | 頽喨揖G | 11110000111110001101001111001010110011011010110001000111 | f0f8d3cacdac47 |
UTF-8 | 頽喨揖G | 11101001101000001011110111100101100101101010100011100110100011111001011001000111 | e9a0bde596a8e68f9647 |
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)