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 | 瓠穡 | 11100001010000001110001001110000 | e140e270 |
EUC-JP | 瓠穡 | 11100001101000011110001111010001 | e1a1e3d1 |
UTF-8 | 瓠穡 | 111001111001001110100000111001111010100110100001 | e793a0e7a9a1 |
UHC | 瓠穡 | 11111011110100101101111111100010 | fbd2dfe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)