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 | ?D\ | 001111110100010001011100 | 3f445c |
SJIS-WIN | 脱D\ | 10010010010001010100010001011100 | 9245445c |
EUC-JP | 脱D\ | 11000011101001100100010001011100 | c3a6445c |
UTF-8 | 脱D\ | 1110100010000100101100010100010001011100 | e884b1445c |
UHC | ?D\ | 001111110100010001011100 | 3f445c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)