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 | V§V¢E | 100100100101011010010001101001111001001001010110100100011010001001000101 | 925691a7925691a245 |
SJIS-WIN | ?V?§?V?¢E | 0011111101010110001111111000000110011000001111110101011000111111100000011001000101000101 | 3f563f81983f563f819145 |
EUC-JP | ?V?§?V?¢E | 0011111101010110001111111010000111111000001111110101011000111111101000011111000101000101 | 3f563fa1f83f563fa1f145 |
UTF-8 | V§V¢E | 110000101001001001010110110000101001000111000010101001111100001010010010010101101100001010010001110000101010001001000101 | c29256c291c2a7c29256c291c2a245 |
UHC | ?V?§?V??E | 00111111010101100011111110100001110101110011111101010110001111110011111101000101 | 3f563fa1d73f563f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)