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 | 泝量}泝量{^ | 1001111110011011100101111100101001111101100111111001101110010111110010100111101101011110 | 9f9b97ca7d9f9b97ca7b5e |
EUC-JP | 泝量}泝量{^ | 1101110111111011110011101100110001111101110111011111101111001110110011000111101101011110 | ddfbcecc7dddfbcecc7b5e |
UTF-8 | 泝量}泝量{^ | 111001101011001110011101111010011000011110001111011111011110011010110011100111011110100110000111100011110111101101011110 | e6b39de9878f7de6b39de9878f7b5e |
UHC | ?量}?量{^ | 001111111101010111100001011111010011111111010101111000010111101101011110 | 3fd5e17d3fd5e17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)