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 | 辞爾}辞爾{^ | 1000111010101011100011101010001001111101100011101010101110001110101000100111101101011110 | 8eab8ea27d8eab8ea27b5e |
EUC-JP | 辞爾}辞爾{^ | 1011110010101101101111001010010001111101101111001010110110111100101001000111101101011110 | bcadbca47dbcadbca47b5e |
UTF-8 | 辞爾}辞爾{^ | 111010001011111010011110111001111000100010111110011111011110100010111110100111101110011110001000101111100111101101011110 | e8be9ee788be7de8be9ee788be7b5e |
UHC | ?爾}?爾{^ | 001111111110110010110011011111010011111111101100101100110111101101011110 | 3fecb37d3fecb37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)