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 | 襪級 | 11100110010000111000101110001001 | e6438b89 |
EUC-JP | 襪級 | 11101011101001001011010111101001 | eba4b5e9 |
UTF-8 | 襪級 | 111010001010010110101010111001111011010010011010 | e8a5aae7b49a |
UHC | 襪級 | 11011000110010101101000011100100 | d8cad0e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)