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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 陟枝陟施^ | 111010001010000010001110011111011110100010100000100011100111101101011110 | e8a08e7de8a08e7b5e |
EUC-JP | 陟枝陟施^ | 111100001010001010111011110111101111000010100010101110111101110001011110 | f0a2bbdef0a2bbdc5e |
UTF-8 | 陟枝陟施^ | 11101001100110011001111111100110100111101001110111101001100110011001111111100110100101101011110101011110 | e9999fe69e9de9999fe696bd5e |
UHC | 陟枝陟施^ | 111101001011001111110010101010111111010010110011111000111011111101011110 | f4b3f2abf4b3e3bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)