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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 唏瞎\ | 1001101001001000111000011101000001011100 | 9a48e1d05c |
EUC-JP | 唏瞎\ | 1101001110101001111000101101001001011100 | d3a9e2d25c |
UTF-8 | 唏瞎\ | 11100101100101001000111111100111100111101000111001011100 | e5948fe79e8e5c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)