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 | 髫礼濫﨟エ闥 | 1110100110011010100101111110011110010111100101001111101110011101101101001110100010010010 | e99a97e79794fb9db4e892 |
EUC-JP | 髫礼濫?エ闥 | 1111000111111010110011101110100111001101111101000011111110001110101101001110111111110010 | f1facee9cdf43f8eb4eff2 |
UTF-8 | 髫礼濫﨟エ闥 | 111010011010101110101011111001111010010010111100111001101011111110101011111011111010100010011111111011111011110110110100111010011001011110100101 | e9ababe7a4bce6bfabefa89fefbdb4e997a5 |
UHC | ??濫??? | 00111111001111111101010110111101001111110011111100111111 | 3f3fd5bd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)