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 | 靂燕}靂燕{^ | 1110100011001100100010011000110101111101111010001100110010001001100011010111101101011110 | e8cc898d7de8cc898d7b5e |
EUC-JP | 靂燕}靂燕{^ | 1111000011001110101100011110110101111101111100001100111010110001111011010111101101011110 | f0ceb1ed7df0ceb1ed7b5e |
UTF-8 | 靂燕}靂燕{^ | 111010011001110110000010111001111000011110010101011111011110100110011101100000101110011110000111100101010111101101011110 | e99d82e787957de99d82e787957b5e |
UHC | 靂燕}靂燕{^ | 1101010111111010111001101101100001111101110101011111101011100110110110000111101101011110 | d5fae6d87dd5fae6d87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)