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 | ?竭 | 001111111110001010010001 | 3fe291 |
EUC-JP | 瑗竭 | 1000111111001100110000001110001111110001 | 8fccc0e3f1 |
UTF-8 | 瑗竭 | 111001111001000110010111111001111010101110101101 | e79197e7abad |
UHC | 瑗竭 | 11101010101111001100101011100110 | eabccae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)