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 | 鄧基貍懣 | 1111101110111001100010101110111011100110101111001001110011101110 | fbb98aeee6bc9cee |
EUC-JP | 鄧基貍懣 | 100011111110001011000111101101001111000011101100101111101101100011110000 | 8fe2c7b4f0ecbed8f0 |
UTF-8 | 鄧基貍懣 | 111010011000010010100111111001011001111110111010111010001011001010001101111001101000011110100011 | e984a7e59fbae8b28de687a3 |
UHC | 鄧基?? | 110101001111100011010000111100010011111100111111 | d4f8d0f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)