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 | 聰總 | 11100011111000001110001101100000 | e3e0e360 |
EUC-JP | 聰總 | 11100110111000101110010111000001 | e6e2e5c1 |
UTF-8 | 聰總 | 111010001000000110110000111001111011100010111101 | e881b0e7b8bd |
UHC | 聰總 | 11110101110001101111010111000101 | f5c6f5c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)