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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 悌???瘟 | 10010010111011100011111100111111001111111110000110001001 | 92ee3f3f3fe189 |
EUC-JP | 悌???瘟 | 11000100111100000011111100111111001111111110000111101001 | c4f03f3f3fe1e9 |
UTF-8 | 悌렎履렍瘟 | 111001101000001010001100111010111010000010001110111011111010011110011111111010111010000010001101111001111001100010011111 | e6828ceba08eefa79feba08de7989f |
UHC | 悌렎履렍瘟 | 11110000101010101000111010100100111011001010101010001110101000111110100010110000 | f0aa8ea4ecaa8ea3e8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)