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 | 冓穹 | 10011001011010011110001001110101 | 9969e275 |
EUC-JP | 冓穹 | 11010001110010101110001111010110 | d1cae3d6 |
UTF-8 | 冓穹 | 111001011000011010010011111001111010100110111001 | e58693e7a9b9 |
UHC | ?穹 | 001111111100111111100010 | 3fcfe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)