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