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 | 調?}調?{^ | 100100101011001000111111011111011001001010110010001111110111101101011110 | 92b23f7d92b23f7b5e |
EUC-JP | 調?}調?{^ | 110001001011010000111111011111011100010010110100001111110111101101011110 | c4b43f7dc4b43f7b5e |
UTF-8 | 調믿}調믿{^ | 111010001010101010111111111010111010111110111111011111011110100010101010101111111110101110101111101111110111101101011110 | e8aabfebafbf7de8aabfebafbf7b5e |
UHC | 調믿}調믿{^ | 1111000011100000101110011100111101111101111100001110000010111001110011110111101101011110 | f0e0b9cf7df0e0b9cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)