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 | ??????Ayh | 001111110011111100111111001111110011111100111111010000010111100101101000 | 3f3f3f3f3f3f417968 |
SJIS-WIN | テャテカツェAyh | 110000111010110011000011101101101100001010101010010000010111100101101000 | c3acc3b6c2aa417968 |
EUC-JP | テャテカツェAyh | 100011101100001110001110101011001000111011000011100011101011011010001110110000101000111010101010010000010111100101101000 | 8ec38eac8ec38eb68ec28eaa417968 |
UTF-8 | テャテカツェAyh | 111011111011111010000011111011111011110110101100111011111011111010000011111011111011110110110110111011111011111010000010111011111011110110101010010000010111100101101000 | efbe83efbdacefbe83efbdb6efbe82efbdaa417968 |
UHC | ??????Ayh | 001111110011111100111111001111110011111100111111010000010111100101101000 | 3f3f3f3f3f3f417968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)