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 | 邨らエコ籬 | 1110011110110101100000101110011110110100101110101110001011011111 | e7b582e7b4bae2df |
EUC-JP | 邨らエコ籬 | 11101110101101111010010011101001100011101011010010001110101110101110010011100001 | eeb7a4e98eb48ebae4e1 |
UTF-8 | 邨らエコ籬 | 111010011000001010101000111000111000001010001001111011111011110110110100111011111011110110111010111001111011000110101100 | e982a8e38289efbdb4efbdbae7b1ac |
UHC | 邨ら??籬 | 1111010110111110101010101110100100111111001111111101011111100110 | f5beaae93f3fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)