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 | 黍洩}黍洩{^ | 1000101101101111100010010110101101111101100010110110111110001001011010110111101101011110 | 8b6f896b7d8b6f896b7b5e |
EUC-JP | 黍洩}黍洩{^ | 1011010111010000101100011100110001111101101101011101000010110001110011000111101101011110 | b5d0b1cc7db5d0b1cc7b5e |
UTF-8 | 黍洩}黍洩{^ | 111010011011101110001101111001101011010010101001011111011110100110111011100011011110011010110100101010010111101101011110 | e9bb8de6b4a97de9bb8de6b4a97b5e |
UHC | 黍洩}黍洩{^ | 1110000010101000111000001101110101111101111000001010100011100000110111010111101101011110 | e0a8e0dd7de0a8e0dd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)