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 | 涬ザ涬サワ^ | 111110110100000110111011110111101111101101000001101110111101110001011110 | fb41bbdefb41bbdc5e |
EUC-JP | 涬ザ涬サワ^ | 100011111100011111001111100011101011101110001110110111101000111111000111110011111000111010111011100011101101110001011110 | 8fc7cf8ebb8ede8fc7cf8ebb8edc5e |
UTF-8 | 涬ザ涬サワ^ | 11100110101101101010110011101111101111011011101111101111101111101001111011100110101101101010110011101111101111011011101111101111101111101001110001011110 | e6b6acefbdbbefbe9ee6b6acefbdbbefbe9c5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)