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 | 豁ソ}豁ソ{^ | 111001101010110110111111011111011110011010101101101111110111101101011110 | e6adbf7de6adbf7b5e |
EUC-JP | 豁ソ}豁ソ{^ | 1110110010101111100011101011111101111101111011001010111110001110101111110111101101011110 | ecaf8ebf7decaf8ebf7b5e |
UTF-8 | 豁ソ}豁ソ{^ | 111010001011000110000001111011111011110110111111011111011110100010110001100000011110111110111101101111110111101101011110 | e8b181efbdbf7de8b181efbdbf7b5e |
UHC | 豁?}豁?{^ | 111111001100001100111111011111011111110011000011001111110111101101011110 | fcc33f7dfcc33f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)