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 | 證???茄 | 11100110100110100011111100111111001111111000100111010110 | e69a3f3f3f89d6 |
EUC-JP | 證???茄 | 11101011111110100011111100111111001111111011001011011000 | ebfa3f3f3fb2d8 |
UTF-8 | 證블렖곡茄 | 111010001010110110001001111010111011100010010100111010111010000010010110111010101011001110100001111010001000110010000100 | e8ad89ebb894eba096eab3a1e88c84 |
UHC | 證블렖곡茄 | 11110001111110111011101011101101100011101010101110110000111011101100101010110101 | f1fbbaed8eabb0eecab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)