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 | 煆夭貍願 | 1111101101010110100110101110111011100110101111001000101011101000 | fb569aeee6bc8ae8 |
EUC-JP | 煆夭貍願 | 100011111100100111110100110101001111000011101100101111101011010011101010 | 8fc9f4d4f0ecbeb4ea |
UTF-8 | 煆夭貍願 | 111001111000010110000110111001011010010010101101111010001011001010001101111010011010000110011000 | e78586e5a4ade8b28de9a198 |
UHC | ?夭?願 | 001111111110100011101100001111111110101011000011 | 3fe8ec3feac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)