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 | 琉笳\ | 1001011110101110111000101001011101011100 | 97aee2975c |
EUC-JP | 琉笳\ | 1100111010110000111000111111011101011100 | ceb0e3f75c |
UTF-8 | 琉笳\ | 11100111100100001000100111100111101011001011001101011100 | e79089e7acb35c |
UHC | 琉?\ | 11010111101110000011111101011100 | d7b83f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)