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 | ???\^ | 0011111100111111001111110101110001011110 | 3f3f3f5c5e |
SJIS-WIN | セュ式\^ | 101111101010110110001110101011100101110001011110 | bead8eae5c5e |
EUC-JP | セュ式\^ | 1000111010111110100011101010110110111100101100000101110001011110 | 8ebe8eadbcb05c5e |
UTF-8 | セュ式\^ | 1110111110111101101111101110111110111101101011011110010110111100100011110101110001011110 | efbdbeefbdade5bc8f5c5e |
UHC | ??式\^ | 001111110011111111100011110100100101110001011110 | 3f3fe3d25c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)