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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?汚}?汚{^ | 001111111000100110011000011111010011111110001001100110000111101101011110 | 3f89987d3f89987b5e |
EUC-JP | ?汚}?汚{^ | 001111111011000111111000011111010011111110110001111110000111101101011110 | 3fb1f87d3fb1f87b5e |
UTF-8 | 솫汚}솫汚{^ | 111011001000011010101011111001101011000110011010011111011110110010000110101010111110011010110001100110100111101101011110 | ec86abe6b19a7dec86abe6b19a7b5e |
UHC | 솫汚}솫汚{^ | 1001100110100010111001111111110101111101100110011010001011100111111111010111101101011110 | 99a2e7fd7d99a2e7fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)