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^ | 100100011010111110010001101100000110001101011110 | 91af91b0635e |
SJIS-WIN | ???°c^ | 00111111001111110011111110000001100010110110001101011110 | 3f3f3f818b635e |
EUC-JP | ?¯?°c^ | 001111111000111110100010101101000011111110100001111010110110001101011110 | 3f8fa2b43fa1eb635e |
UTF-8 | ¯°c^ | 11000010100100011100001010101111110000101001000111000010101100000110001101011110 | c291c2afc291c2b0635e |
UHC | ???°c^ | 00111111001111110011111110100001110001100110001101011110 | 3f3f3fa1c6635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)