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 | 紙?縡?綜 | 1000111010000110001111111110001101110001001111111001000110001110 | 8e863fe3713f918e |
EUC-JP | 紙?縡?綜 | 1011101111100110001111111110010111010010001111111100000111101110 | bbe63fe5d23fc1ee |
UTF-8 | 紙렖縡렭綜 | 111001111011010010011001111010111010000010010110111001111011100010100001111010111010000010101101111001111011011010011100 | e7b499eba096e7b8a1eba0ade7b69c |
UHC | 紙렖縡렭綜 | 11110010101101011000111010101011111011101010110110001110101110101111000011111100 | f2b58eabeead8ebaf0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)