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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 陞「骰句傑^ | 11101000100111101010001011101001100011011000101111100101100011001000011001011110 | e89ea2e98d8be58c865e |
EUC-JP | 陞「骰句傑^ | 1110111111111110100011101010001011110001111011011011011011100111101101111110011001011110 | effe8ea2f1edb6e7b7e65e |
UTF-8 | 陞「骰句傑^ | 11101001100110011001111011101111101111011010001011101001101010101011000011100101100011111010010111100101100000101001000101011110 | e9999eefbda2e9aab0e58fa5e582915e |
UHC | 陞??句傑^ | 111000111011001100111111001111111100111110100011110010111111100001011110 | e3b33f3fcfa3cbf85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)