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 | 洩綜}洩綜{^ | 1000100101101011100100011000111001111101100010010110101110010001100011100111101101011110 | 896b918e7d896b918e7b5e |
EUC-JP | 洩綜}洩綜{^ | 1011000111001100110000011110111001111101101100011100110011000001111011100111101101011110 | b1ccc1ee7db1ccc1ee7b5e |
UTF-8 | 洩綜}洩綜{^ | 111001101011010010101001111001111011011010011100011111011110011010110100101010011110011110110110100111000111101101011110 | e6b4a9e7b69c7de6b4a9e7b69c7b5e |
UHC | 洩綜}洩綜{^ | 1110000011011101111100001111110001111101111000001101110111110000111111000111101101011110 | e0ddf0fc7de0ddf0fc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)