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àîB | 1110001001010110111000001110111001000010 | e256e0ee42 |
SJIS-WIN | ?V??B | 0011111101010110001111110011111101000010 | 3f563f3f42 |
EUC-JP | âVàîB | 1000111110101011101001000101011010001111101010111010001010001111101010111100001001000010 | 8faba4568faba28fabc242 |
UTF-8 | âVàîB | 1100001110100010010101101100001110100000110000111010111001000010 | c3a256c3a0c3ae42 |
UHC | ?V??B | 0011111101010110001111110011111101000010 | 3f563f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)