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 | 櫛鱇 | 10001011111110011110100111011111 | 8bf9e9df |
EUC-JP | 櫛鱇 | 10110110111110111111001011100001 | b6fbf2e1 |
UTF-8 | 櫛鱇 | 111001101010101110011011111010011011000110000111 | e6ab9be9b187 |
UHC | 櫛鱇 | 11110001111011101100101110111110 | f1eecbbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)