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 | 喃稱 | 10011010011001101110001001101001 | 9a66e269 |
EUC-JP | 喃稱 | 11010011110001111110001111001010 | d3c7e3ca |
UTF-8 | 喃稱 | 111001011001011010000011111001111010100010110001 | e59683e7a8b1 |
UHC | ?稱 | 001111111111011011100000 | 3ff6e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)