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 | ?F?v | 00111111010001100011111101110110 | 3f463f76 |
SJIS-WIN | 紆F小v | 111000101111110001000110100011111010110001110110 | e2fc468fac76 |
EUC-JP | 紆F小v | 111001001111111001000110101111101010111001110110 | e4fe46beae76 |
UTF-8 | 紆F小v | 1110011110110100100001100100011011100101101100001000111101110110 | e7b48646e5b08f76 |
UHC | 紆F小v | 111010011110000101000110111000011011001101110110 | e9e146e1b376 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)