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 | ßì\ | 110111111110110001011100 | dfec5c |
SJIS-WIN | ??\ | 001111110011111101011100 | 3f3f5c |
EUC-JP | ßì\ | 10001111101010011100111010001111101010111100000001011100 | 8fa9ce8fabc05c |
UTF-8 | ßì\ | 1100001110011111110000111010110001011100 | c39fc3ac5c |
UHC | ß?\ | 10101001101011000011111101011100 | a9ac3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)