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 | 髫肴ィ雁旭 | 111010011001101010001101111001101010100010001010111001011000100010101110 | e99a8de6a88ae588ae |
EUC-JP | 髫肴ィ雁旭 | 11110001111110101011101011101000100011101010100010110100111001111011000010110000 | f1fabae88ea8b4e7b0b0 |
UTF-8 | 髫肴ィ雁旭 | 111010011010101110101011111010001000001010110100111011111011110110101000111010011001101110000001111001101001011110101101 | e9ababe882b4efbda8e99b81e697ad |
UHC | ?肴?雁旭 | 0011111111111101101000100011111111100100110100101110100111101111 | 3ffda23fe4d2e9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)