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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜥ォ逞曦 | 11100101100100101010101111100111100101111001111001000110 | e592abe7979e46 |
EUC-JP | 蜥ォ逞曦 | 1110100111110010100011101010101111101101111101111101101110100111 | e9f28eabedf7dba7 |
UTF-8 | 蜥ォ逞曦 | 111010001001110010100101111011111011110110101011111010011000000010011110111001101001101110100110 | e89ca5efbdabe9809ee69ba6 |
UHC | ??逞曦 | 001111110011111111010110110000011111110111110110 | 3f3fd6c1fdf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)