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 | 鬩滓ェ守イ | 1110100110101001100111111110011010101010100011101110011110110010 | e9a99fe6aa8ee7b2 |
EUC-JP | 鬩滓ェ守イ | 11110010101010111101111011101000100011101010101010111100111010011000111010110010 | f2abdee88eaabce98eb2 |
UTF-8 | 鬩滓ェ守イ | 111010011010110010101001111001101011101110010011111011111011110110101010111001011010111010001000111011111011110110110010 | e9aca9e6bb93efbdaae5ae88efbdb2 |
UHC | ?滓?守? | 00111111111011101010101100111111111000011111101000111111 | 3feeab3fe1fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)