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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韜檎棟倖殖 | 11101000111010011000110011100111100100111000111110001100111101001001000001000010 | e8e98ce7938f8cf49042 |
EUC-JP | 韜檎棟倖殖 | 11110000111010111011100011101001110001011110111110111000111101101011111110100011 | f0ebb8e9c5efb8f6bfa3 |
UTF-8 | 韜檎棟倖殖 | 111010011001111110011100111001101010101010001110111001101010001110011111111001011000000010010110111001101010111010010110 | e99f9ce6aa8ee6a39fe58096e6ae96 |
UHC | 韜檎棟倖殖 | 11010100101101111101000011010101110101001101011011111010101110001110001111010110 | d4b7d0d5d4d6fab8e3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)