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 | ??????wF | 0011111100111111001111110011111100111111001111110111011101000110 | 3f3f3f3f3f3f7746 |
SJIS-WIN | セュ罠セュ治wF | 10111110101011011110001110101001101111101010110110001110101000010111011101000110 | beade3a9bead8ea17746 |
EUC-JP | セュ罠セュ治wF | 1000111010111110100011101010110111100110101010111000111010111110100011101010110110111100101000110111011101000110 | 8ebe8eade6ab8ebe8eadbca37746 |
UTF-8 | セュ罠セュ治wF | 1110111110111101101111101110111110111101101011011110011110111101101000001110111110111101101111101110111110111101101011011110011010110010101110110111011101000110 | efbdbeefbdade7bda0efbdbeefbdade6b2bb7746 |
UHC | ?????治wF | 001111110011111100111111001111110011111111110110101111010111011101000110 | 3f3f3f3f3ff6bd7746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)