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 | 鬆、螳、辣 | 1110100110100000101001001110010110101110101001001110011110000101 | e9a0a4e5aea4e785 |
EUC-JP | 鬆、螳、辣 | 11110010101000101000111010100100111010101011000010001110101001001110110111100101 | f2a28ea4eab08ea4ede5 |
UTF-8 | 鬆、螳、辣 | 111010011010110010000110111011111011110110100100111010001001111010110011111011111011110110100100111010001011111010100011 | e9ac86efbda4e89eb3efbda4e8bea3 |
UHC | ??螳?辣 | 00111111001111111101001111011001001111111101010110111000 | 3f3fd3d93fd5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)