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 | 十? | 100011110101110000111111 | 8f5c3f |
EUC-JP | 十? | 101111011011110100111111 | bdbd3f |
UTF-8 | 十럦 | 111001011000110110000001111010111001111110100110 | e58d81eb9fa6 |
UHC | 十럦 | 11100100101010001000111010001001 | e4a88e89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)