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 | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 廛?x | 10011100010001000011111101111000 | 9c443f78 |
EUC-JP | 廛?x | 11010111101001010011111101111000 | d7a53f78 |
UTF-8 | 廛턺x | 11100101101110111001101111101101100001001011101001111000 | e5bb9bed84ba78 |
UHC | 廛턺x | 1110111011111000110001011101000101111000 | eef8c5d178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)