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 | 萍艝}萍艝{^ | 1110010011001010111001000111101101111101111001001100101011100100011110110111101101011110 | e4cae47b7de4cae47b7b5e |
EUC-JP | 萍艝}萍艝{^ | 1110100011001100111001111101110001111101111010001100110011100111110111000111101101011110 | e8cce7dc7de8cce7dc7b5e |
UTF-8 | 萍艝}萍艝{^ | 111010001001000010001101111010001000100110011101011111011110100010010000100011011110100010001001100111010111101101011110 | e8908de8899d7de8908de8899d7b5e |
UHC | 萍?}萍?{^ | 111110001100001100111111011111011111100011000011001111110111101101011110 | f8c33f7df8c33f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)