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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?⑧??⑧?^ | 001111111000011101000111001111110011111110000111010001110011111101011110 | 3f87473f3f87473f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 狀⑧궙狀⑧궓^ | 11101111101001111011101011100010100100011010011111101010101101101001100111101111101001111011101011100010100100011010011111101010101101101001001101011110 | efa7bae291a7eab699efa7bae291a7eab6935e |
UHC | 狀⑧궙狀⑧궓^ | 11101101111011101010100011101110100000101010111011101101111011101010100011101110100000101010100001011110 | edeea8ee82aeedeea8ee82a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)