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 | 顫弩}顫弩{^ | 1110100011111010100111000101011101111101111010001111101010011100010101110111101101011110 | e8fa9c577de8fa9c577b5e |
EUC-JP | 顫弩}顫弩{^ | 1111000011111100110101111011100001111101111100001111110011010111101110000111101101011110 | f0fcd7b87df0fcd7b87b5e |
UTF-8 | 顫弩}顫弩{^ | 111010011010000110101011111001011011110010101001011111011110100110100001101010111110010110111100101010010111101101011110 | e9a1abe5bca97de9a1abe5bca97b5e |
UHC | 顫弩}顫弩{^ | 1110111110110101110100101100000001111101111011111011010111010010110000000111101101011110 | efb5d2c07defb5d2c07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)