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 | 扮扮^ | 1001010110101111100101011010111101011110 | 95af95af5e |
EUC-JP | 扮扮^ | 1100101010110001110010101011000101011110 | cab1cab15e |
UTF-8 | 扮扮^ | 11100110100010011010111011100110100010011010111001011110 | e689aee689ae5e |
UHC | 扮扮^ | 1101110111001010110111011100101001011110 | ddcaddca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)