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 | 亡箜 | 10010110010100111110001010110001 | 9653e2b1 |
EUC-JP | 亡箜 | 11001011101101001110010010110011 | cbb4e4b3 |
UTF-8 | 亡箜 | 111001001011101010100001111001111010111010011100 | e4baa1e7ae9c |
UHC | 亡? | 110110001100110000111111 | d8cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)