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 | 浯基貍慕 | 1111101011111100100010101110111011100110101111001001010111100111 | fafc8aeee6bc95e7 |
EUC-JP | 浯基貍慕 | 100011111100011111000011101101001111000011101100101111101100101011101001 | 8fc7c3b4f0ecbecae9 |
UTF-8 | 浯基貍慕 | 111001101011010110101111111001011001111110111010111010001011001010001101111001101000010110010101 | e6b5afe59fbae8b28de68595 |
UHC | ?基?慕 | 001111111101000011110001001111111101100110110111 | 3fd0f13fd9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)