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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬲梦c墲 | 1110100110101101100110101110101110000010100000111111101010011110 | e9ad9aeb8283fa9e |
EUC-JP | 鬲梦c墲 | 111100101010111111010100111011011010001111100011100011111011100011001110 | f2afd4eda3e38fb8ce |
UTF-8 | 鬲梦c墲 | 111010011010110010110010111001101010001010100110111011111011110110000011111001011010001010110010 | e9acb2e6a2a6efbd83e5a2b2 |
UHC | ??c? | 0011111100111111101000111110001100111111 | 3f3fa3e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)