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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?倒 | 001111111001001101111100 | 3f937c |
EUC-JP | ?倒 | 001111111100010111011101 | 3fc5dd |
UTF-8 | 곁倒 | 111010101011001110000001111001011000000010010010 | eab381e58092 |
UHC | 곁倒 | 10110000111001111101001111101110 | b0e7d3ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)