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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?馥 | 001111111110100101100101 | 3fe965 |
EUC-JP | ?馥 | 001111111111000111000110 | 3ff1c6 |
UTF-8 | 뤶馥 | 111010111010010010110110111010011010011010100101 | eba4b6e9a6a5 |
UHC | 뤶馥 | 10001111111001001101110011100000 | 8fe4dce0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)