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 | 德仁 | 11111010101110101001000001101101 | faba906d |
EUC-JP | ?仁 | 001111111011111111001110 | 3fbfce |
UTF-8 | 德仁 | 111001011011111010110111111001001011101110000001 | e5beb7e4bb81 |
UHC | 德仁 | 11010011111011001110110011010010 | d3ececd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)