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 | ꣶ馥 | 111010101010001110110110111010011010011010100101 | eaa3b6e9a6a5 |
UHC | ?馥 | 001111111101110011100000 | 3fdce0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)