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 | ¢}k}¢}k{^ | 1001000110100010011111010110101101111101100100011010001001111101011010110111101101011110 | 91a27d6b7d91a27d6b7b5e |
SJIS-WIN | ?¢}k}?¢}k{^ | 00111111100000011001000101111101011010110111110100111111100000011001000101111101011010110111101101011110 | 3f81917d6b7d3f81917d6b7b5e |
EUC-JP | ?¢}k}?¢}k{^ | 00111111101000011111000101111101011010110111110100111111101000011111000101111101011010110111101101011110 | 3fa1f17d6b7d3fa1f17d6b7b5e |
UTF-8 | ¢}k}¢}k{^ | 110000101001000111000010101000100111110101101011011111011100001010010001110000101010001001111101011010110111101101011110 | c291c2a27d6b7dc291c2a27d6b7b5e |
UHC | ??}k}??}k{^ | 0011111100111111011111010110101101111101001111110011111101111101011010110111101101011110 | 3f3f7d6b7d3f3f7d6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)