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 | oäf | 100101110110111111100100100110111000001101100110 | 976fe49b8366 |
SJIS-WIN | ?o???f | 001111110110111100111111001111110011111101100110 | 3f6f3f3f3f66 |
EUC-JP | ?oä??f | 0011111101101111100011111010101110100011001111110011111101100110 | 3f6f8faba33f3f66 |
UTF-8 | oäf | 11000010100101110110111111000011101001001100001010011011110000101000001101100110 | c2976fc3a4c29bc28366 |
UHC | ?o???f | 001111110110111100111111001111110011111101100110 | 3f6f3f3f3f66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)