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 | 馮拗}馮拗{^ | 1110100101100111100111010101100001111101111010010110011110011101010110000111101101011110 | e9679d587de9679d587b5e |
EUC-JP | 馮拗}馮拗{^ | 1111000111001000110110011011100101111101111100011100100011011001101110010111101101011110 | f1c8d9b97df1c8d9b97b5e |
UTF-8 | 馮拗}馮拗{^ | 111010011010011010101110111001101000101110010111011111011110100110100110101011101110011010001011100101110111101101011110 | e9a6aee68b977de9a6aee68b977b5e |
UHC | 馮拗}馮拗{^ | 1111100110100111111010001111001101111101111110011010011111101000111100110111101101011110 | f9a7e8f37df9a7e8f37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)