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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | テ古敕ュツクB | 110000111000110011000011100111011100001110101101110000101011100001000010 | c38cc39dc3adc2b842 |
EUC-JP | テ古敕ュツクB | 10001110110000111011100011000101110110101100010110001110101011011000111011000010100011101011100001000010 | 8ec3b8c5dac58ead8ec28eb842 |
UTF-8 | テ古敕ュツクB | 11101111101111101000001111100101100011111010010011100110100101011001010111101111101111011010110111101111101111101000001011101111101111011011100001000010 | efbe83e58fa4e69595efbdadefbe82efbdb842 |
UHC | ?古????B | 0011111111001101101011110011111100111111001111110011111101000010 | 3fcdaf3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)