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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 藹弯滲 | 111001010101110010011100010111101001111111111000 | e55c9c5e9ff8 |
EUC-JP | 藹弯滲 | 111010011011110111010111101111111101111011111010 | e9bdd7bfdefa |
UTF-8 | 藹弯滲 | 111010001001011110111001111001011011110010101111111001101011101110110010 | e897b9e5bcafe6bbb2 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)