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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | 閼ア謳榊穀c^ | 1110100010000100101100011110011010010000100011011110010110001101100100100110001101011110 | e884b1e6908de58d92635e |
EUC-JP | 閼ア謳榊穀c^ | 111011111110010010001110101100011110101111110000101110101110011110111001111100100110001101011110 | efe48eb1ebf0bae7b9f2635e |
UTF-8 | 閼ア謳榊穀c^ | 1110100110010110101111001110111110111101101100011110100010101100101100111110011010100110100010101110011110101001100000000110001101011110 | e996bcefbdb1e8acb3e6a68ae7a980635e |
UHC | 閼?謳?穀c^ | 11100100110110010011111111001111110001000011111111001101110110100110001101011110 | e4d93fcfc43fcdda635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)