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 | 鹹勿}鹹勿{^ | 1110101001100011100101101101110001111101111010100110001110010110110111000111101101011110 | ea6396dc7dea6396dc7b5e |
EUC-JP | 鹹勿}鹹勿{^ | 1111001111000100110011001101111001111101111100111100010011001100110111100111101101011110 | f3c4ccde7df3c4ccde7b5e |
UTF-8 | 鹹勿}鹹勿{^ | 111010011011100110111001111001011000101110111111011111011110100110111001101110011110010110001011101111110111101101011110 | e9b9b9e58bbf7de9b9b9e58bbf7b5e |
UHC | 鹹勿}鹹勿{^ | 1111100111101001110110101010100001111101111110011110100111011010101010000111101101011110 | f9e9daa87df9e9daa87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)