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 | 坤瘢 | 10001101101000111110000110001101 | 8da3e18d |
EUC-JP | 坤瘢 | 10111010101001011110000111101101 | baa5e1ed |
UTF-8 | 坤瘢 | 111001011001110110100100111001111001100010100010 | e59da4e798a2 |
UHC | 坤瘢 | 11001101110111101101101011101110 | cddedaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)