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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 讙鷺圸粤 | 1110011010101010100011011110101110011010101010011110001011100011 | e6aa8deb9aa9e2e3 |
EUC-JP | 讙鷺圸粤 | 1110110010101100101110101110110111010100101010111110010011100101 | ecacbaedd4abe4e5 |
UTF-8 | 讙鷺圸粤 | 111010001010111010011001111010011011011110111010111001011001110010111000111001111011001010100100 | e8ae99e9b7bae59cb8e7b2a4 |
UHC | ?鷺?? | 0011111111010110110111000011111100111111 | 3fd6dc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)