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 | 北旄 | 10010110011010111001110111010100 | 966b9dd4 |
EUC-JP | 北旄 | 11001011110011001101101011010110 | cbccdad6 |
UTF-8 | 北旄 | 111001011000110010010111111001101001011110000100 | e58c97e69784 |
UHC | 北? | 110111011100000100111111 | ddc13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)