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 | â}[}â}[{^ | 1100001110100010011111010101101101111101110000111010001001111101010110110111101101011110 | c3a27d5b7dc3a27d5b7b5e |
SJIS-WIN | ?¢}[}?¢}[{^ | 00111111100000011001000101111101010110110111110100111111100000011001000101111101010110110111101101011110 | 3f81917d5b7d3f81917d5b7b5e |
EUC-JP | â}[}â}[{^ | 1000111110101010101010101010000111110001011111010101101101111101100011111010101010101010101000011111000101111101010110110111101101011110 | 8faaaaa1f17d5b7d8faaaaa1f17d5b7b5e |
UTF-8 | â}[}â}[{^ | 110000111000001111000010101000100111110101011011011111011100001110000011110000101010001001111101010110110111101101011110 | c383c2a27d5b7dc383c2a27d5b7b5e |
UHC | ??}[}??}[{^ | 0011111100111111011111010101101101111101001111110011111101111101010110110111101101011110 | 3f3f7d5b7d3f3f7d5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)