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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 軆未顋 | 111001110101110010010110101000101110100011111001 | e75c96a2e8f9 |
EUC-JP | 軆未顋 | 111011011011110111001100101001001111000011111011 | edbdcca4f0fb |
UTF-8 | 軆未顋 | 111010001011101110000110111001101001110010101010111010011010000110001011 | e8bb86e69caae9a18b |
UHC | ?未? | 00111111110110101011000100111111 | 3fdab13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)