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 | 孩介 | 10011011011101111000100111101110 | 9b7789ee |
EUC-JP | 孩介 | 11010101110110001011001011110000 | d5d8b2f0 |
UTF-8 | 孩介 | 111001011010110110101001111001001011101110001011 | e5ada9e4bb8b |
UHC | 孩介 | 11111010101010011100101110111111 | faa9cbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)