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 | 亡- | 10010110010100111000000101111100 | 9653817c |
EUC-JP | 亡− | 11001011101101001010000111011101 | cbb4a1dd |
UTF-8 | 亡− | 111001001011101010100001111000101000100010010010 | e4baa1e28892 |
UHC | 亡? | 110110001100110000111111 | d8cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)