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 | ?x | 0011111101111000 | 3f78 |
SJIS-WIN | 盧x | 111000011011100001111000 | e1b878 |
EUC-JP | 盧x | 111000101011101001111000 | e2ba78 |
UTF-8 | 盧x | 11100111100110111010011101111000 | e79ba778 |
UHC | 盧x | 110101101101010001111000 | d6d478 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)