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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 竇カ逍セ﨟ャ | 111000101000010110110110111001111001011010111110111110111001110110101100 | e285b6e796befb9dac |
EUC-JP | 竇カ逍セ?ャ | 1110001111100101100011101011011011101101111101101000111010111110001111111000111010101100 | e3e58eb6edf68ebe3f8eac |
UTF-8 | 竇カ逍セ﨟ャ | 111001111010101110000111111011111011110110110110111010011000000010001101111011111011110110111110111011111010100010011111111011111011110110101100 | e7ab87efbdb6e9808defbdbeefa89fefbdac |
UHC | 竇?逍??? | 1101010011100100001111111110000111001110001111110011111100111111 | d4e43fe1ce3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)