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 | ¹¬[}¹¬[{^ | 101110011010110001011011011111011011100110101100010110110111101101011110 | b9ac5b7db9ac5b7b5e |
SJIS-WIN | ?¬[}?¬[{^ | 0011111110000001110010100101101101111101001111111000000111001010010110110111101101011110 | 3f81ca5b7d3f81ca5b7b5e |
EUC-JP | ?¬[}?¬[{^ | 0011111110100010110011000101101101111101001111111010001011001100010110110111101101011110 | 3fa2cc5b7d3fa2cc5b7b5e |
UTF-8 | ¹¬[}¹¬[{^ | 11000010101110011100001010101100010110110111110111000010101110011100001010101100010110110111101101011110 | c2b9c2ac5b7dc2b9c2ac5b7b5e |
UHC | ¹?[}¹?[{^ | 1010100111110110001111110101101101111101101010011111011000111111010110110111101101011110 | a9f63f5b7da9f63f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)