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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 渙溏^ | 1001111111010000100111111110110101011110 | 9fd09fed5e |
EUC-JP | 渙溏^ | 1101111011010010110111101110111101011110 | ded2deef5e |
UTF-8 | 渙溏^ | 11100110101110001001100111100110101110101000111101011110 | e6b899e6ba8f5e |
UHC | 渙?^ | 11111100101110010011111101011110 | fcb93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)