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 | 他足達 | 100100011011110010010001101010111001001001000010 | 91bc91ab9242 |
EUC-JP | 他足達 | 110000101011111011000010101011011100001110100011 | c2bec2adc3a3 |
UTF-8 | 他足達 | 111001001011101110010110111010001011011010110011111010011000000110010100 | e4bb96e8b6b3e98194 |
UHC | 他足達 | 111101101110001011110000111010111101001110111001 | f6e2f0ebd3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)