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 | 煽?}煽?{^ | 100100001111100000111111011111011001000011111000001111110111101101011110 | 90f83f7d90f83f7b5e |
EUC-JP | 煽?}煽?{^ | 110000001111101000111111011111011100000011111010001111110111101101011110 | c0fa3f7dc0fa3f7b5e |
UTF-8 | 煽쓕}煽쓕{^ | 111001111000010110111101111011001001001110010101011111011110011110000101101111011110110010010011100101010111101101011110 | e785bdec93957de785bdec93957b5e |
UHC | 煽쓕}煽쓕{^ | 1110000011000011100111010111000001111101111000001100001110011101011100000111101101011110 | e0c39d707de0c39d707b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)