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 | 首曙}首曙{^ | 1000111011110001100011111000110001111101100011101111000110001111100011000111101101011110 | 8ef18f8c7d8ef18f8c7b5e |
EUC-JP | 首曙}首曙{^ | 1011110011110011101111011110110001111101101111001111001110111101111011000111101101011110 | bcf3bdec7dbcf3bdec7b5e |
UTF-8 | 首曙}首曙{^ | 111010011010011010010110111001101001101110011001011111011110100110100110100101101110011010011011100110010111101101011110 | e9a696e69b997de9a696e69b997b5e |
UHC | 首曙}首曙{^ | 1110001011001111110111111111010101111101111000101100111111011111111101010111101101011110 | e2cfdff57de2cfdff57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)