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 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | セュ竺セュ宍e^ | 10111110101011011000111010110001101111101010110110001110101100110110010101011110 | bead8eb1bead8eb3655e |
EUC-JP | セュ竺セュ宍e^ | 1000111010111110100011101010110110111100101100111000111010111110100011101010110110111100101101010110010101011110 | 8ebe8eadbcb38ebe8eadbcb5655e |
UTF-8 | セュ竺セュ宍e^ | 1110111110111101101111101110111110111101101011011110011110101011101110101110111110111101101111101110111110111101101011011110010110101110100011010110010101011110 | efbdbeefbdade7abbaefbdbeefbdade5ae8d655e |
UHC | ??竺???e^ | 001111110011111111110101111001110011111100111111001111110110010101011110 | 3f3ff5e73f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)