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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 縡?鬱豆?排 | 11100011011100010011111110011111010101001001001110100100001111111001010001110010 | e3713f9f5493a43f9472 |
EUC-JP | 縡?鬱豆?排 | 11100101110100100011111111011101101101011100011010100110001111111100011111010011 | e5d23fddb5c6a63fc7d3 |
UTF-8 | 縡렕鬱豆렠排 | 111001111011100010100001111010111010000010010101111010011010110010110001111010001011000110000110111010111010000010100000111001101000111010010010 | e7b8a1eba095e9acb1e8b186eba0a0e68e92 |
UHC | 縡렕鬱豆렠排 | 111011101010110110001110101010101110101010100110110101001110011110001110101100011101101111001001 | eead8eaaeaa6d4e78eb1dbc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)