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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | セュ痔セュ邂^ | 101111101010110110001110101001001011111010101101111001111010111001011110 | bead8ea4beade7ae5e |
EUC-JP | セュ痔セュ邂^ | 10001110101111101000111010101101101111001010011010001110101111101000111010101101111011101011000001011110 | 8ebe8eadbca68ebe8eadeeb05e |
UTF-8 | セュ痔セュ邂^ | 11101111101111011011111011101111101111011010110111100111100101111001010011101111101111011011111011101111101111011010110111101001100000101000001001011110 | efbdbeefbdade79794efbdbeefbdade982825e |
UHC | ??痔??邂^ | 001111110011111111110110110000000011111100111111111110101011001101011110 | 3f3ff6c03f3ffab35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)