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 | 蠑エ逍セ驩 | 1110010110111100101101001110011110010110101111101110100110001001 | e5bcb4e796bee989 |
EUC-JP | 蠑エ逍セ驩 | 11101010101111101000111010110100111011011111011010001110101111101111000111101001 | eabe8eb4edf68ebef1e9 |
UTF-8 | 蠑エ逍セ驩 | 111010001010000010010001111011111011110110110100111010011000000010001101111011111011110110111110111010011010100110101001 | e8a091efbdb4e9808defbdbee9a9a9 |
UHC | ??逍?驩 | 00111111001111111110000111001110001111111111110010111110 | 3f3fe1ce3ffcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)