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 | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 脱誰他V | 10010010010001011001001001001110100100011011110001010110 | 9245924e91bc56 |
EUC-JP | 脱誰他V | 11000011101001101100001110101111110000101011111001010110 | c3a6c3afc2be56 |
UTF-8 | 脱誰他V | 11101000100001001011000111101000101010101011000011100100101110111001011001010110 | e884b1e8aab0e4bb9656 |
UHC | ?誰他V | 001111111110001011000001111101101110001001010110 | 3fe2c1f6e256 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)