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\ | 1000110001100000100100100100010001011100 | 8c6092445c |
SJIS-WIN | ?`?D\ | 0011111101100000001111110100010001011100 | 3f603f445c |
EUC-JP | ?`?D\ | 0011111101100000001111110100010001011100 | 3f603f445c |
UTF-8 | `D\ | 11000010100011000110000011000010100100100100010001011100 | c28c60c292445c |
UHC | ?`?D\ | 0011111101100000001111110100010001011100 | 3f603f445c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)